Class SigV4PropertiesNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazon.neptune.gremlin.driver.exception.SigV4PropertiesNotFoundException
-
- All Implemented Interfaces:
Serializable
public class SigV4PropertiesNotFoundException extends RuntimeException
Denotes an exception when trying to extract properties required for SigV4 signing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SigV4PropertiesNotFoundException(String message)SigV4PropertiesNotFoundException(String message, 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
-
SigV4PropertiesNotFoundException
public SigV4PropertiesNotFoundException(String message)
- Parameters:
message- the error message.
-
-