Class SecureKeyStore.SecureKeyStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.iso.ISOException
org.jpos.security.SecureKeyStore.SecureKeyStoreException
All Implemented Interfaces:
Serializable, Loggeable
Enclosing interface:
SecureKeyStore

Exception type raised by SecureKeyStore implementations.
See Also:
  • Constructor Details

    • SecureKeyStoreException

      Constructs a new exception with no detail message.
    • SecureKeyStoreException

      Constructs a new exception with the given detail message.
      Parameters:
      detail - failure description
    • SecureKeyStoreException

      Constructs a new exception wrapping nested.
      Parameters:
      nested - underlying cause
    • SecureKeyStoreException

      public SecureKeyStoreException(String detail, Exception nested)
      Constructs a new exception with the given detail message and cause.
      Parameters:
      detail - failure description
      nested - underlying cause