public class SINotAuthorizedException extends SIMediationSessionException
This exception is thrown when an attempt is made to perform an operation using a connection operating under a user context that does not have authorization to perform the operation.
Constructor and Description |
---|
SINotAuthorizedException()
Constructs an empty exception with no message or root cause.
|
SINotAuthorizedException(java.lang.String arg0)
Constructs the exception with an error message and no root cause.
|
SINotAuthorizedException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructs the exception with an error message and a root cause.
|
SINotAuthorizedException(java.lang.Throwable arg0)
Constructs the exception with no error message and a root cause.
|
public SINotAuthorizedException()
public SINotAuthorizedException(java.lang.String arg0)
arg0
- the associated error messagepublic SINotAuthorizedException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- the associated error messagearg1
- the root cause of this exceptionpublic SINotAuthorizedException(java.lang.Throwable arg0)
arg0
- the root cause of this exception