com.trendmicro.grid.acl.l0
Class NotAuthenticatedException

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
                  extended by com.trendmicro.grid.acl.l0.NotAuthenticatedException
All Implemented Interfaces:
Serializable

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

Is thrown if the current user is not authenticated.

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

Constructor Summary
NotAuthenticatedException()
           
NotAuthenticatedException(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

NotAuthenticatedException

public NotAuthenticatedException(String message)

NotAuthenticatedException

public NotAuthenticatedException()