com.ibm.websphere.sib.mediation.session

Class SINotAuthorizedException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.exception.WsException
  5. extended bycom.ibm.websphere.sib.mediation.session.SIMediationSessionException
  6. extended bycom.ibm.websphere.sib.mediation.session.SINotAuthorizedException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable

  1. public class SINotAuthorizedException
  2. 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.

See Also:
Serialized Form

Constructor Summary

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.

Method Summary

Methods inherited from class com.ibm.ws.exception.WsException
getCause, initCause
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

SINotAuthorizedException

  1. public SINotAuthorizedException( )
Constructs an empty exception with no message or root cause.

SINotAuthorizedException

  1. public SINotAuthorizedException( java.lang.String arg0)
Constructs the exception with an error message and no root cause.
Parameters:
arg0 - the associated error message

SINotAuthorizedException

  1. public SINotAuthorizedException( java.lang.String arg0,
  2. java.lang.Throwable arg1)
Constructs the exception with an error message and a root cause.
Parameters:
arg0 - the associated error message
arg1 - the root cause of this exception

SINotAuthorizedException

  1. public SINotAuthorizedException( java.lang.Throwable arg0)
Constructs the exception with no error message and a root cause.
Parameters:
arg0 - the root cause of this exception