IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.container.security
Class DelegationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.container.security.DelegationException
All Implemented Interfaces:
java.io.Serializable

public class DelegationException
extends java.lang.Exception

DelegationException is thrown by AccessManager.runAs when there is an error setting the thread identity from the runAs role.

See Also:
Serialized Form

Constructor Summary
DelegationException()
           
DelegationException(java.lang.String msg)
           
DelegationException(java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationException

public DelegationException()

DelegationException

public DelegationException(java.lang.String msg)

DelegationException

public DelegationException(java.lang.String msg,
                           java.lang.Throwable t)

IBM WebSphere Application ServerTM
Release 8