org.globus.gsi.gssapi.auth
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.globus.common.ChainedIOException
                  extended byorg.globus.gsi.gssapi.auth.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException
extends ChainedIOException

See Also:
Serialized Form

Constructor Summary
AuthorizationException(String msg)
           
AuthorizationException(String msg, Throwable root)
           
 
Methods inherited from class org.globus.common.ChainedIOException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException(String msg)

AuthorizationException

public AuthorizationException(String msg,
                              Throwable root)