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

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

@PublicApi
public class EmailStagingException
extends java.lang.Exception

See Also:
Serialized Form

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

EmailStagingException

public EmailStagingException(java.lang.String message)


Copyright © 2003-2014 Atlassian. All Rights Reserved.