com.trendmicro.grid.acl.l0
Class AuthenticationException

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.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InsufficientRightsException, NotAuthenticatedException

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

Defines a generic fault for authentication related issues.

Version:
1.0
Author:
Juergen_Kellerer, 2010-04-26
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(String message)
           
AuthenticationException(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

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(String message)

AuthenticationException

public AuthenticationException(String code,
                               String message)