PKCS11Exception (Java Globus API)

org.globus.pkcs11
Class PKCS11Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.globus.common.ChainedException
                    |
                    +--org.globus.pkcs11.PKCS11Exception
All Implemented Interfaces:
java.io.Serializable

public class PKCS11Exception
extends ChainedException

Encapsulates the exceptions caused by various errors in/problems with PKCS11

See Also:
Serialized Form

Constructor Summary
PKCS11Exception(java.lang.String msg)
           
PKCS11Exception(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PKCS11Exception

public PKCS11Exception(java.lang.String msg)

PKCS11Exception

public PKCS11Exception(java.lang.String msg,
                       java.lang.Throwable ex)