org.jasig.portlet.emailpreview.security
Class StringEncryptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portlet.emailpreview.EmailPreviewException
                  extended by 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

Constructor Summary
StringEncryptionException(String message)
           
StringEncryptionException(String message, Throwable cause)
           
StringEncryptionException(Throwable 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

StringEncryptionException

public StringEncryptionException(Throwable cause)

StringEncryptionException

public StringEncryptionException(String message,
                                 Throwable cause)

StringEncryptionException

public StringEncryptionException(String message)


Copyright © 2013 Jasig. All Rights Reserved.