Package org.bouncycastle.crypto.general
Class OperationError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.bouncycastle.crypto.general.OperationError
- All Implemented Interfaces:
Serializable
Base error class for errors that occur in the general classes.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationError
(String message) Base constructor.OperationError
(String message, Throwable cause) Constructor for an error associated with a specific algorithm. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationError
Base constructor.- Parameters:
message
- a message describing the error.
-
OperationError
Constructor for an error associated with a specific algorithm.- Parameters:
message
- a message describing the error.cause
- the throwable that caused this exception to be raised.
-
-
Method Details