Package com.amazonaws.neptune.auth
Class NeptuneSigV4SignerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.amazonaws.neptune.auth.NeptuneSigV4SignerException
-
- All Implemented Interfaces:
Serializable
public class NeptuneSigV4SignerException extends Exception
Exception indicating a problem related to theNeptuneSigV4Signerimplementation or its usage at runtime (e.g., the signing process itself).- Author:
- schmdtm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeptuneSigV4SignerException(String msg)Constructor.NeptuneSigV4SignerException(String msg, Throwable cause)Constructor.NeptuneSigV4SignerException(Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NeptuneSigV4SignerException
public NeptuneSigV4SignerException(String msg)
Constructor.- Parameters:
msg- message explaining the exception cause in detail
-
NeptuneSigV4SignerException
public NeptuneSigV4SignerException(Throwable cause)
Constructor.- Parameters:
cause- the root cause of the exception
-
-