com.plumtree.openfoundation.security
Class XPNoSuchAlgorithmException

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
                      extended by com.plumtree.openfoundation.security.XPNoSuchAlgorithmException
All Implemented Interfaces:
java.io.Serializable

public class XPNoSuchAlgorithmException
extends XPCryptoException

Thrown when XPCrypto.Decrypt() does not recognize the encryption type. Wraps java.security.NoSuchAlgorithmException where appropriate.

See Also:
Serialized Form

Constructor Summary
XPNoSuchAlgorithmException()
          Constructs an XPNoSuchAlgorithmException with no detail message.
XPNoSuchAlgorithmException(java.lang.String message)
          Constructs an XPNoSuchAlgorithmException with the specified detail message.
XPNoSuchAlgorithmException(java.lang.String message, java.lang.Throwable innerException)
          Constructs an wrapper XPNoSuchAlgorithmException with the specified Exception.
XPNoSuchAlgorithmException(java.lang.Throwable innerException)
          Constructs an wrapper XPNoSuchAlgorithmException 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

XPNoSuchAlgorithmException

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


XPNoSuchAlgorithmException

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

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

XPNoSuchAlgorithmException

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

Parameters:
innerException - the Exception.

XPNoSuchAlgorithmException

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

Parameters:
message - the detail message.


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