org.globus.wsrf.impl.security.descriptor
Class SecurityDescriptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.common.ChainedException
              extended byorg.globus.wsrf.impl.security.descriptor.util.ElementParserException
                  extended byorg.globus.wsrf.impl.security.descriptor.SecurityDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class SecurityDescriptorException
extends ElementParserException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.common.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SecurityDescriptorException(java.lang.String message)
           
SecurityDescriptorException(java.lang.String message, java.lang.Exception exception)
           
 
Methods inherited from class org.globus.common.ChainedException
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

SecurityDescriptorException

public SecurityDescriptorException(java.lang.String message)

SecurityDescriptorException

public SecurityDescriptorException(java.lang.String message,
                                   java.lang.Exception exception)