Bouncy Castle Cryptography Library 1.46

org.bouncycastle.operator
Class OperatorCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bouncycastle.operator.OperatorException
              extended by 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)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.operator.OperatorException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.46