org.nees.util.grid
Class CredentialException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nees.util.grid.CredentialException
All Implemented Interfaces:
java.io.Serializable

public class CredentialException
extends java.lang.Exception

Covers an exception thrown by the underlying credential mechanism.

See Also:
Serialized Form

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