Class OperationError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.bouncycastle.crypto.general.OperationError
All Implemented Interfaces:
Serializable

public class OperationError extends AssertionError
Base error class for errors that occur in the general classes.
See Also:
  • Constructor Details

    • OperationError

      public OperationError(String message)
      Base constructor.
      Parameters:
      message - a message describing the error.
    • OperationError

      public OperationError(String message, Throwable cause)
      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