org.globus.gsi
Class CredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.globus.gsi.CredentialException
All Implemented Interfaces:
java.io.Serializable

public class CredentialException
extends java.security.GeneralSecurityException

Exception signaling a credential failure.

Since:
1.0
Version:
${version}
See Also:
Serialized Form

Constructor Summary
CredentialException(java.lang.String msg)
           
CredentialException(java.lang.String msg, java.lang.Throwable ex)
           
CredentialException(java.lang.Throwable ex)
           
 
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

CredentialException

public CredentialException(java.lang.String msg)

CredentialException

public CredentialException(java.lang.String msg,
                           java.lang.Throwable ex)

CredentialException

public CredentialException(java.lang.Throwable ex)


Copyright © 2013. All Rights Reserved.