Class SubjectBuildingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.authentication.SubjectBuildingException
All Implemented Interfaces:
Serializable

public class SubjectBuildingException extends RuntimeException
An exception to be thrown if a Subject cannot be built.
See Also:
  • Constructor Details

    • SubjectBuildingException

      public SubjectBuildingException(String message)
    • SubjectBuildingException

      public SubjectBuildingException(String message, Throwable cause)