org.objectweb.joram.shared.excepts
Class AccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.joram.shared.excepts.MomException
              extended byorg.objectweb.joram.shared.excepts.AccessException
All Implemented Interfaces:
java.io.Serializable

public class AccessException
extends MomException

An AccessException is thrown by a destination when processing a request of a client which does not have valid rights for this request.

See Also:
Serialized Form

Constructor Summary
AccessException(java.lang.String info)
          Constructs an AccessException instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessException

public AccessException(java.lang.String info)
Constructs an AccessException instance.



Copyright ? 2004 Scalagent - All rights reserved