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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.plugins.emailgateway.api.EmailHandlingException
All Implemented Interfaces:
java.io.Serializable

@PublicApi
public class EmailHandlingException
extends java.lang.Exception

Thrown if an email cannot be handled for some reason.

Since:
5.3
See Also:
Serialized Form

Constructor Summary
EmailHandlingException(EmailStagingException e)
           
EmailHandlingException(java.lang.String message)
           
 
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

EmailHandlingException

public EmailHandlingException(java.lang.String message)

EmailHandlingException

public EmailHandlingException(EmailStagingException e)


Copyright © 2003-2014 Atlassian. All Rights Reserved.