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

public class ContextConflictException extends RuntimeException
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 Details

    • ContextConflictException

      public ContextConflictException(String message)
    • ContextConflictException

      public ContextConflictException(String message, Throwable cause)