Class CredentialException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.apiregistryservices.exceptions.CredentialException
-
- All Implemented Interfaces:
java.io.Serializable
public class CredentialException extends java.lang.Exception
Credential usage or retrieval Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialException(java.lang.String message)
CredentialException(java.lang.String message, java.lang.Throwable t)
-