edu.internet2.middleware.grouperClient.ws
Class GcWebServiceError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouperClient.ws.GcWebServiceError
- All Implemented Interfaces:
- Serializable
public class GcWebServiceError
- extends RuntimeException
exception thrown if non success with web service
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GcWebServiceError
public GcWebServiceError(Object theContainerResponseObject)
- Parameters:
theContainerResponseObject
- is the container that had a problem
GcWebServiceError
public GcWebServiceError(Object theContainerResponseObject,
String message,
Throwable cause)
- Parameters:
theContainerResponseObject
- is the container that had a problemmessage
- cause
-
GcWebServiceError
public GcWebServiceError(Object theContainerResponseObject,
String message)
- Parameters:
theContainerResponseObject
- is the container that had a problemmessage
-
GcWebServiceError
public GcWebServiceError(Object theContainerResponseObject,
Throwable cause)
- Parameters:
theContainerResponseObject
- is the container that had a problemcause
-
getContainerResponseObject
public Object getContainerResponseObject()
- container response object
- Returns:
- the container