Class ContextConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.rest.security.exception.ContextConflictException
- All Implemented Interfaces:
Serializable
This exception is thrown if you try to bind a security context if there is already one
- Author:
- Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextConflictException(String message) ContextConflictException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextConflictException
-
ContextConflictException
-