org.glite.wms.wmproxy
Class CredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.wms.wmproxy.BaseException
              extended by org.glite.wms.wmproxy.CredentialException
All Implemented Interfaces:
java.io.Serializable

public class CredentialException
extends BaseException

This exception is thrown to indicate that an error occurs while either handling the local user proxy or delegating user credential

See Also:
Serialized Form

Constructor Summary
CredentialException()
          Constructs an Exception with no specified detail message.
CredentialException(java.lang.String message)
          Constructs an Exception with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CredentialException

public CredentialException()
Constructs an Exception with no specified detail message.


CredentialException

public CredentialException(java.lang.String message)
Constructs an Exception with the specified detail message.