@WebFault(faultBean="com.spotfire.ws.pub.LicenseFaultInfo",
targetNamespace="http://spotfire.tibco.com/ws/pub/2014/04/license.xsd")
public class LicenseServiceException
extends java.lang.Exception
Error codes that might be returned:
Constructor and Description |
---|
LicenseServiceException(java.lang.String message,
LicenseFaultInfo faultInfo)
Creates a new instance.
|
LicenseServiceException(java.lang.String message,
LicenseFaultInfo faultInfo,
java.lang.Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
LicenseFaultInfo |
getFaultInfo()
Returns a bean that contains additional information about the exception.
|
public LicenseServiceException(java.lang.String message, LicenseFaultInfo faultInfo)
message
- a detailed messagefaultInfo
- the fault infopublic LicenseServiceException(java.lang.String message, LicenseFaultInfo faultInfo, java.lang.Throwable cause)
message
- a detailed messagefaultInfo
- the fault infocause
- the causepublic LicenseFaultInfo getFaultInfo()
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.