Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.secretsmanager.util.PropertyException
- All Implemented Interfaces:
Serializable
Thrown when there is an issue related to a property set in the configuration for this library.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyException(String message) Public constructor.PropertyException(String message, Throwable cause) Public constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyException
Public constructor.- Parameters:
message- The reason for this exception.cause- The exception that caused this one.
-
PropertyException
Public constructor.- Parameters:
message- The reason for this exception.
-