com.trendmicro.grid.acl.l0
Class WebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
WebException()
           
WebException(String message)
           
WebException(String code, String message)
           
 
Method Summary
 String getCode()
           
 Throwable initCause(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebException

public WebException()

WebException

public WebException(String message)

WebException

public WebException(String code,
                    String message)
Method Detail

getCode

public String getCode()

initCause

public Throwable initCause(Throwable cause)
Overrides:
initCause in class Throwable