com.adobe.livecycle.readerextensions.client
Class CredentialServiceUnavailableException

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
                          extended by com.adobe.livecycle.readerextensions.client.CredentialServiceUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class CredentialServiceUnavailableException
extends CredentialException
implements java.io.Serializable

Exceptions related to using TrustStore for the Reader Extensions service.

See Also:
Serialized Form

Constructor Summary
CredentialServiceUnavailableException()
          Constructs a new exception with a null message and cause.
CredentialServiceUnavailableException(java.lang.String message)
          Constructs a new exception with the given message.
CredentialServiceUnavailableException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the given message and cause.
CredentialServiceUnavailableException(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

CredentialServiceUnavailableException

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


CredentialServiceUnavailableException

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

Parameters:
message - The detailed message.

CredentialServiceUnavailableException

public CredentialServiceUnavailableException(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.

CredentialServiceUnavailableException

public CredentialServiceUnavailableException(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]