edu.internet2.middleware.grouper.ws.exceptions
Class WsInvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.ws.exceptions.WsInvalidQueryException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TooManyResultsWhenFilteringByGroupException
public class WsInvalidQueryException
- extends java.lang.RuntimeException
web service can throw this when invalid input. will auto-set
the response code and message to the message of this exception (wont print stack)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WsInvalidQueryException
public WsInvalidQueryException()
WsInvalidQueryException
public WsInvalidQueryException(java.lang.String message)
- Parameters:
message
-
WsInvalidQueryException
public WsInvalidQueryException(java.lang.Throwable cause)
- Parameters:
cause
-
WsInvalidQueryException
public WsInvalidQueryException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-