com.novell.nds.dirxml.shimhost
Class CipherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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