org.jasig.portlet.emailpreview.security
Class StringEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portlet.emailpreview.EmailPreviewException
org.jasig.portlet.emailpreview.security.StringEncryptionException
- All Implemented Interfaces:
- Serializable
public class StringEncryptionException
- extends EmailPreviewException
A custom Exception for the email preview portlet that may be thrown as the result
of a failure in encrypting/decrypting a string.
- Author:
- Misagh Moayyed
- See Also:
IStringEncryptionService,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StringEncryptionException
public StringEncryptionException(Throwable cause)
StringEncryptionException
public StringEncryptionException(String message,
Throwable cause)
StringEncryptionException
public StringEncryptionException(String message)
Copyright © 2013 Jasig. All Rights Reserved.