Package net.handle.hdllib.trust
Class TrustException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.handle.hdllib.HandleException
-
- 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
Constructors Constructor Description 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
-
-