org.camunda.bpm.engine
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends ProcessEngineException

See Also:
Serialized Form

Field Summary
protected  String userId
           
 
Constructor Summary
AuthenticationException(String userId)
           
AuthenticationException(String userId, 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
 

Field Detail

userId

protected final String userId
Constructor Detail

AuthenticationException

public AuthenticationException(String userId)

AuthenticationException

public AuthenticationException(String userId,
                               String message)


Copyright © 2018 camunda services GmbH. All rights reserved.