com.esri.wms.client
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.esri.wms.client.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends RuntimeException
- implements Serializable
Defines WMS services exceptions.
- See Also:
- Serialized Form
Constructor Summary |
ServiceException(String faultResponse)
Constructs an instance of ServiceException with given message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceException
public ServiceException(String faultResponse)
- Constructs an instance of ServiceException with given message.
- Parameters:
faultResponse
- the fault response.