com.plumtree.openfoundation.security
Class XPCryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.security.XPCryptoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XPNoSuchAlgorithmException

public class XPCryptoException
extends XPException

Reports general problems with the Open Foundation security classes. Wraps java.security.GeneralSecurityException or System.Security.Cryptography.CryptographicException where appropriate.

See Also:
Serialized Form

Constructor Summary
XPCryptoException()
          Constructs an XPCryptoException with no detail message.
XPCryptoException(java.lang.String message)
          Constructs an XPCryptoException with the specified detail message.
XPCryptoException(java.lang.String message, java.lang.Throwable innerException)
          Constructs an wrapper XPCryptoException with the specified Exception.
XPCryptoException(java.lang.Throwable innerException)
          Constructs an wrapper XPCryptoException with the specified Exception.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPCryptoException

public XPCryptoException()
Constructs an XPCryptoException with no detail message.


XPCryptoException

public XPCryptoException(java.lang.String message)
Constructs an XPCryptoException with the specified detail message.

Parameters:
message - the detail message.

XPCryptoException

public XPCryptoException(java.lang.Throwable innerException)
Constructs an wrapper XPCryptoException with the specified Exception.

Parameters:
innerException - the Exception.

XPCryptoException

public XPCryptoException(java.lang.String message,
                         java.lang.Throwable innerException)
Constructs an wrapper XPCryptoException with the specified Exception.

Parameters:
message - the detail message.
innerException - the Exception.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.