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:
Serializable
- See Also:
-
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
ConstructorsConstructorDescriptionTrustException
(String message) TrustException
(String message, 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TrustException
-
TrustException
-