Class SecureStorageException

  • All Implemented Interfaces:
    Serializable

    public class SecureStorageException
    extends Exception
    Exception that can be thrown by a SecureStorage implementation.
    See Also:
    Serialized Form
    • Constructor Detail

      • SecureStorageException

        public SecureStorageException​(Throwable cause)
        Constructs an SecureStorageException using the given parent cause.
        Parameters:
        cause - Error cause
      • SecureStorageException

        public SecureStorageException​(String message)
        Constructs an SecureStorageException using the given message.
        Parameters:
        message - Error message
      • SecureStorageException

        public SecureStorageException​(String message,
                                      Throwable cause)
        Constructs an SecureStorageException using the given message and parent cause.
        Parameters:
        message - Error message
        cause - Error cause