com.atlassian.confluence.plugins.emailgateway.service
Class EmailStagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.plugins.emailgateway.service.EmailStagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserBlacklistedException

public class EmailStagingException
extends Exception

See Also:
Serialized Form

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

EmailStagingException

public EmailStagingException(String message,
                             Throwable t)

EmailStagingException

public EmailStagingException(String message)


Copyright © 2003-2013 Atlassian. All Rights Reserved.