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 SummaryConstructors Constructor Description SignedRequestException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SignedRequestExceptionpublic SignedRequestException(Throwable cause) 
 
- 
 
-