com.novell.nds.dirxml.shimhost
Class CipherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.nds.dirxml.shimhost.CipherException
All Implemented Interfaces:
Serializable

public class CipherException
extends Exception

Exception thrown when an error occurs encrypting or decrypting data (typically password data used with the ShimConfig class).

See Also:
Serialized Form

Constructor Summary
CipherException(String detailMsg)
          Construct a CipherException with the passed message.
CipherException(Throwable cause)
          Construct a CipherException that is due to the passed underlying cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

CipherException

public CipherException(String detailMsg)
Construct a CipherException with the passed message.

Parameters:
detailMsg - message

CipherException

public CipherException(Throwable cause)
Construct a CipherException that is due to the passed underlying cause.

Parameters:
cause - underlying Throwable that caused this CiperException to be thrown