org.camunda.bpm.cycle.exception
Class CycleException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CycleMissingCredentialsException, MailServiceException

public class CycleException
extends RuntimeException

See Also:
Serialized Form

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

CycleException

public CycleException()

CycleException

public CycleException(String message,
                      Throwable cause)

CycleException

public CycleException(String message)

CycleException

public CycleException(Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014 camunda services GmbH. All rights reserved.