org.camunda.bpm.cycle.exception
Class CycleMissingCredentialsException

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.exception.CycleMissingCredentialsException
All Implemented Interfaces:
Serializable

public class CycleMissingCredentialsException
extends CycleException

See Also:
Serialized Form

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

CycleMissingCredentialsException

public CycleMissingCredentialsException()

CycleMissingCredentialsException

public CycleMissingCredentialsException(String message,
                                        Throwable cause)

CycleMissingCredentialsException

public CycleMissingCredentialsException(String message)

CycleMissingCredentialsException

public CycleMissingCredentialsException(Throwable cause)


Copyright © 2014 camunda services GmbH. All rights reserved.