org.camunda.bpm.cycle.service.mail
Class MailServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.cycle.exception.CycleException
                  extended by org.camunda.bpm.cycle.service.mail.MailServiceException
All Implemented Interfaces:
Serializable

public class MailServiceException
extends CycleException

See Also:
Serialized Form

Constructor Summary
MailServiceException()
           
MailServiceException(String message)
           
MailServiceException(String message, Throwable cause)
           
MailServiceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.cycle.exception.CycleException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MailServiceException

public MailServiceException()

MailServiceException

public MailServiceException(String message,
                            Throwable cause)

MailServiceException

public MailServiceException(String message)

MailServiceException

public MailServiceException(Throwable cause)


Copyright © 2014 camunda services GmbH. All rights reserved.