Bouncy Castle Cryptography Library 1.79

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:
java.io.Serializable

public class OperatorCreationException
extends OperatorException

See Also:
Serialized Form

Constructor Summary
OperatorCreationException(java.lang.String msg)
           
OperatorCreationException(java.lang.String msg, java.lang.Throwable cause)
           
 
Methods inherited from class org.bouncycastle.operator.OperatorException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperatorCreationException

public OperatorCreationException(java.lang.String msg,
                                 java.lang.Throwable cause)

OperatorCreationException

public OperatorCreationException(java.lang.String msg)

Bouncy Castle Cryptography Library 1.79