Class InvalidQueryRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.subject.provider.InvalidQueryRuntimeException
All Implemented Interfaces:
Serializable

public class InvalidQueryRuntimeException extends RuntimeException
invalid query runtime
See Also:
  • Constructor Details

    • InvalidQueryRuntimeException

      public InvalidQueryRuntimeException()
    • InvalidQueryRuntimeException

      public InvalidQueryRuntimeException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • InvalidQueryRuntimeException

      public InvalidQueryRuntimeException(String message)
      Parameters:
      message -
    • InvalidQueryRuntimeException

      public InvalidQueryRuntimeException(Throwable cause)
      Parameters:
      cause -