com.plumtree.remote.util
Class CryptoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.plumtree.remote.util.CryptoException
All Implemented Interfaces:
java.io.Serializable

public class CryptoException
extends java.lang.Exception

Thrown if there is an error encrypting or decrypting a setting.

See Also:
Serialized Form

Constructor Summary
CryptoException(java.lang.Throwable cause)
          Constructs a CryptoException with a nested exception.
 
Method Summary
 java.lang.Throwable getCause()
          Gets the nested exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptoException

public CryptoException(java.lang.Throwable cause)
Constructs a CryptoException with a nested exception.

Parameters:
cause - the nested exception
Method Detail

getCause

public java.lang.Throwable getCause()
Gets the nested exception.

Returns:
the nested exception


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.