net.handle.hdllib.trust
Class TrustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.handle.hdllib.HandleException
              extended by net.handle.hdllib.trust.TrustException
All Implemented Interfaces:
java.io.Serializable

public class TrustException
extends HandleException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.handle.hdllib.HandleException
CANNOT_CONNECT_TO_SERVER, CONFIGURATION_ERROR, DUPLICATE_SESSION_COUNTER, ENCRYPTION_ERROR, GOT_EXPIRED_MESSAGE, HANDLE_ALREADY_EXISTS, HANDLE_DOES_NOT_EXIST, INCOMPLETE_SESSIONSETUP, INTERNAL_ERROR, INVALID_SESSION_EXCHANGE_PRIVKEY, INVALID_VALUE, MESSAGE_FORMAT_ERROR, MISSING_CRYPTO_PROVIDER, MISSING_OR_INVALID_SIGNATURE, NEED_PUBLICKEY_FOR_SESSIONIDENTITY, NEED_RSAKEY_FOR_SESSIONEXCHANGE, NO_ACCEPTABLE_INTERFACES, OTHER_CONNECTION_ESTABLISHED, OTHER_CONNECTION_ESTABLISHED_STRING, REPLICATION_ERROR, SECURITY_ALERT, SERVER_CANNOT_PROCESS_SESSION, SERVER_ERROR, SERVICE_NOT_FOUND, SERVICE_REFERRAL_ERROR, SESSION_TIMEOUT, STORAGE_RDONLY, UNABLE_TO_AUTHENTICATE, UNABLE_TO_SIGN_REQUEST, UNKNOWN_ALGORITHM_ID, UNKNOWN_PROTOCOL
 
Constructor Summary
TrustException(java.lang.String message)
           
TrustException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.handle.hdllib.HandleException
getCode, getCodeStr, ofResponse, toErrorResponse, toErrorResponse, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustException

public TrustException(java.lang.String message)

TrustException

public TrustException(java.lang.String message,
                      java.lang.Throwable cause)