com.ace.moab.api.credential
Class InvalidCredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ace.moab.api.credential.InvalidCredentialException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCredentialException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidCredentialException(java.lang.String message)
          Constructor for a InvalidCredentialException
InvalidCredentialException(java.lang.String message, java.lang.Throwable cause)
          Constructor for a InvalidCredentialException
 
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

InvalidCredentialException

public InvalidCredentialException(java.lang.String message,
                                  java.lang.Throwable cause)
Constructor for a InvalidCredentialException

Parameters:
message - Some descriptive message
cause - The exception that causes this exception to be thrown.

InvalidCredentialException

public InvalidCredentialException(java.lang.String message)
Constructor for a InvalidCredentialException

Parameters:
message - Some descriptive message


Copyright © 2001-2009 Cluster Resources, Inc. All Rights Reserved.