com.trendmicro.grid.acl.l0
Class WebException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.trendmicro.grid.acl.l0.WebException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationException, IllegalRequestException, StorageFailedException
@WebFault(targetNamespace="http://grid.trendmicro.com/services/level-0")
public class WebException
- extends Exception
Defines a generic fault for webservice related issues.
- Version:
- 1.0
- Author:
- Juergen_Kellerer, 2010-04-26
- See Also:
- Serialized Form
WebException
public WebException()
WebException
public WebException(String message)
WebException
public WebException(String code,
String message)
getCode
public String getCode()
initCause
public Throwable initCause(Throwable cause)
- Overrides:
initCause
in class Throwable