Class SignedRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.oracle.bmc.http.signing.internal.SignedRequestException
-
- All Implemented Interfaces:
Serializable
public class SignedRequestException extends RuntimeException
Generic exception exposed to callers of the HTTP Signature code- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignedRequestException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SignedRequestException
public SignedRequestException(Throwable cause)
-
-