org.camunda.bpm.security
Class SecurityException

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

public class SecurityException
extends RuntimeException

Author:
nico.rehwaldt
See Also:
Serialized Form

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

SecurityException

public SecurityException(String message)

SecurityException

public SecurityException(Throwable cause)

SecurityException

public SecurityException(String message,
                         Throwable cause)


Copyright © 2014 camunda services GmbH. All rights reserved.