org.objectweb.joram.shared.excepts
Class AccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.joram.shared.excepts.MomException
              extended by org.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.
 
Method Summary
 
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