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:
  • Constructor Details

    • 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.