Package org.bouncycastle.operator
Class OperatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.operator.OperatorException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OperatorCreationException
public class OperatorException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperatorException(java.lang.String msg)
OperatorException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-