public class AccessPolicyServiceException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
AccessPolicyServiceException()
Constructs a new super exception with null as its detail message.
|
AccessPolicyServiceException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
AccessPolicyServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
AccessPolicyServiceException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
public static final long serialVersionUID
public AccessPolicyServiceException()
public AccessPolicyServiceException(java.lang.String message)
message - the detail messagepublic AccessPolicyServiceException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic AccessPolicyServiceException(java.lang.Throwable cause)
cause - the cause