public class RoleConfigurationException
extends java.lang.Exception
| Constructor and Description |
|---|
RoleConfigurationException()
Create a new RoleConfigurationException with an empty description string.
|
RoleConfigurationException(java.lang.String message)
Create a new RoleConfigurationException with the associated string description.
|
RoleConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Create a new RoleConfigurationException with the associated string
description and cause.
|
RoleConfigurationException(java.lang.Throwable cause)
Create a new RoleConfigurationException with the cause
|
public RoleConfigurationException()
public RoleConfigurationException(java.lang.String message)
message - the String describing the exception.public RoleConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - the String describing the exception.casue - the throwable cause of the exception.public RoleConfigurationException(java.lang.Throwable cause)
casue - the throwable cause of the exception.