Class QueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.QueryException
All Implemented Interfaces:
Serializable

public class QueryException extends RuntimeException
Exception thrown when a query problem occurs.

Version:
$Id: QueryException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
See Also:
  • Constructor Details

    • QueryException

      public QueryException()
    • QueryException

      public QueryException(String msg)
    • QueryException

      public QueryException(String msg, Throwable cause)
    • QueryException

      public QueryException(Throwable cause)