Package com.github.javakeyring
Class BackendNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.javakeyring.BackendNotSupportedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackendNotSupportedException(String message) Initializes an instance of BackendNotSupportedException.BackendNotSupportedException(String message, Throwable causedBy) Initializes an instance of BackendNotSupportedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendNotSupportedException
Initializes an instance of BackendNotSupportedException.- Parameters:
message- Error message
-
BackendNotSupportedException
Initializes an instance of BackendNotSupportedException.- Parameters:
message- Error messagecausedBy- If another exception caused this exception, set here.
-