Class AccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.objectweb.joram.shared.excepts.MomException
-
- org.objectweb.joram.shared.excepts.AccessException
-
- All Implemented Interfaces:
Serializable
public class AccessException extends MomException
AnAccessExceptionis thrown by a destination when processing a request of a client which does not have valid rights for this request.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperability-
Fields inherited from class org.objectweb.joram.shared.excepts.MomException
type
-
-
Constructor Summary
Constructors Constructor Description AccessException(String info)Constructs anAccessExceptioninstance.
-
Method Summary
-
Methods inherited from class org.objectweb.joram.shared.excepts.MomException
getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AccessException
public AccessException(String info)
Constructs anAccessExceptioninstance.- Parameters:
info- Information.
-
-