org.camunda.bpm.security
Class MissingPrivilegesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.security.SecurityException
                  extended by org.camunda.bpm.security.MissingPrivilegesException
All Implemented Interfaces:
Serializable

public class MissingPrivilegesException
extends SecurityException

Author:
nico.rehwaldt
See Also:
Serialized Form

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

MissingPrivilegesException

public MissingPrivilegesException(String message)

MissingPrivilegesException

public MissingPrivilegesException(Throwable cause)

MissingPrivilegesException

public MissingPrivilegesException(String message,
                                  Throwable cause)


Copyright © 2014 camunda services GmbH. All rights reserved.