com.trendmicro.grid.acl.l0
Class IllegalRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trendmicro.grid.acl.l0.WebException
              extended by com.trendmicro.grid.acl.l0.IllegalRequestException
All Implemented Interfaces:
Serializable

@WebFault(targetNamespace="http://grid.trendmicro.com/services/level-0")
public class IllegalRequestException
extends WebException

Is thrown in case of the request arguments or the state is invalid.

Version:
1.0
Author:
juergen_kellerer, 2010-05-20
See Also:
Serialized Form

Constructor Summary
IllegalRequestException()
           
IllegalRequestException(RuntimeException e)
           
IllegalRequestException(String message)
           
IllegalRequestException(String code, String message)
           
 
Method Summary
 
Methods inherited from class com.trendmicro.grid.acl.l0.WebException
getCode, initCause
 
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

IllegalRequestException

public IllegalRequestException()

IllegalRequestException

public IllegalRequestException(RuntimeException e)

IllegalRequestException

public IllegalRequestException(String message)

IllegalRequestException

public IllegalRequestException(String code,
                               String message)