org.jasig.portlet.emailpreview
Class EmailPreviewException

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
All Implemented Interfaces:
Serializable

public class EmailPreviewException
extends RuntimeException

A custom Exception for the email preview portlet.

Author:
Andreas Christoforides
See Also:
Serialized Form

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

EmailPreviewException

public EmailPreviewException(String message,
                             Throwable cause)

EmailPreviewException

public EmailPreviewException(String message)

EmailPreviewException

public EmailPreviewException(Throwable cause)


Copyright © 2010 Jasig. All Rights Reserved.