Class PropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.secretsmanager.util.PropertyException
-
- All Implemented Interfaces:
Serializable
public class PropertyException extends RuntimeException
Thrown when there is an issue related to a property set in the configuration for this library.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyException(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 Detail
-
PropertyException
public PropertyException(String message, Throwable cause)
Public constructor.- Parameters:
message- The reason for this exception.cause- The exception that caused this one.
-
PropertyException
public PropertyException(String message)
Public constructor.- Parameters:
message- The reason for this exception.
-
-