Class BackendNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.javakeyring.BackendNotSupportedException
All Implemented Interfaces:
Serializable

public class BackendNotSupportedException extends Exception
See Also:
  • Constructor Details

    • BackendNotSupportedException

      public BackendNotSupportedException(String message)
      Initializes an instance of BackendNotSupportedException.
      Parameters:
      message - Error message
    • BackendNotSupportedException

      public BackendNotSupportedException(String message, Throwable causedBy)
      Initializes an instance of BackendNotSupportedException.
      Parameters:
      message - Error message
      causedBy - If another exception caused this exception, set here.