org.globus.gsi
Class SigningPolicyParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.common.ChainedException
              extended byorg.globus.gsi.SigningPolicyParserException
All Implemented Interfaces:
Serializable

public class SigningPolicyParserException
extends ChainedException

See Also:
Serialized Form

Constructor Summary
SigningPolicyParserException(String msg)
           
SigningPolicyParserException(String msg, Throwable ex)
           
 
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

SigningPolicyParserException

public SigningPolicyParserException(String msg)

SigningPolicyParserException

public SigningPolicyParserException(String msg,
                                    Throwable ex)