Package io.datarouter.secret.exception
Class SecretClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.datarouter.secret.exception.SecretClientException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SecretExistsException,SecretNotFoundException,SecretValidationException
public class SecretClientException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SecretClientException(java.lang.String message)SecretClientException(java.lang.String message, java.lang.Throwable th) -
Method Summary
-
Constructor Details
-
SecretClientException
public SecretClientException(java.lang.String message) -
SecretClientException
public SecretClientException(java.lang.String message, java.lang.Throwable th)
-