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:
  • Constructor Details

    • 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 problem
      message -
      cause -
    • GcWebServiceError

      public GcWebServiceError(Object theContainerResponseObject, String message)
      Parameters:
      theContainerResponseObject - is the container that had a problem
      message -
    • GcWebServiceError

      public GcWebServiceError(Object theContainerResponseObject, Throwable cause)
      Parameters:
      theContainerResponseObject - is the container that had a problem
      cause -
  • Method Details

    • getContainerResponseObject

      public Object getContainerResponseObject()
      container response object
      Returns:
      the container