com.adobe.livecycle.readerextensions.client
Class CredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.livecycle.readerextensions.client.exceptions.ClientException
              extended by com.adobe.livecycle.readerextensions.client.exceptions.ReaderExtensionsException
                  extended by com.adobe.livecycle.readerextensions.client.ReaderExtensionsException
                      extended by com.adobe.livecycle.readerextensions.client.CredentialException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CredentialServiceUnavailableException

public class CredentialException
extends ReaderExtensionsException
implements java.io.Serializable

Credential-related exceptions for the Reader Extensions service.

See Also:
Serialized Form

Constructor Summary
CredentialException()
          Constructs a new exception with a null message and cause.
CredentialException(java.lang.String message)
          Constructs a new exception with the given message.
CredentialException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the given message and cause.
CredentialException(java.lang.Throwable cause)
          Constructs a new exception with the given cause.
 
Method Summary
 
Methods inherited from class com.adobe.livecycle.readerextensions.client.exceptions.ClientException
appendStackTrace, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setExceptionMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CredentialException

public CredentialException()
Constructs a new exception with a null message and cause.


CredentialException

public CredentialException(java.lang.String message)
Constructs a new exception with the given message.

Parameters:
message - The detailed message.

CredentialException

public CredentialException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new exception with the given message and cause.

Parameters:
message - The detailed message.
cause - The causing exception. A null value is permitted.

CredentialException

public CredentialException(java.lang.Throwable cause)
Constructs a new exception with the given cause.

Parameters:
cause - The causing exception. A null value is permitted.


[an error occurred while processing this directive] [an error occurred while processing this directive]