Package org.bouncycastle.operator
Class OperatorCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.operator.OperatorException
-
- org.bouncycastle.operator.OperatorCreationException
-
- All Implemented Interfaces:
Serializable
public class OperatorCreationException extends OperatorException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperatorCreationException(String msg)
OperatorCreationException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class org.bouncycastle.operator.OperatorException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-