Class InformationModelServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spotfire.ws.pub.InformationModelServiceException
All Implemented Interfaces:
Serializable

@WebFault(faultBean="com.spotfire.ws.pub.FaultInfo", targetNamespace="http://spotfire.tibco.com/ws/pub/2013/03/faults.xsd") public class InformationModelServiceException extends Exception
Exception thrown by the InformationModelService.

Error codes that may be returned:

  • Server.INTERNAL_ERROR - Internal error in the server.
  • Client.UNAUTHORIZED - The caller does not have sufficient privileges for the action.
  • Client.INVALID_ARGUMENT - Error in some of the provided parameters.
Note: Additional error codes may be added in future releases, client implementors should be prepared for this.
Since:
6.5.1
See Also:
  • Constructor Details

    • InformationModelServiceException

      public InformationModelServiceException(String message, FaultInfo faultInfo)
      Creates a new instance.
      Parameters:
      message - a detailed message.
      faultInfo - the fault information.
    • InformationModelServiceException

      public InformationModelServiceException(String message, FaultInfo faultInfo, Throwable cause)
      Creates a new instance.
      Parameters:
      message - a detailed message.
      faultInfo - the fault information.
      cause - the cause
  • Method Details

    • getFaultInfo

      public FaultInfo getFaultInfo()
      Returns a bean that contains additional information about the exception.
      Returns:
      a bean that contains additional information about the exception.