Class RequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.objectweb.joram.shared.excepts.MomException
-
- org.objectweb.joram.shared.excepts.RequestException
-
- All Implemented Interfaces:
Serializable
public class RequestException extends MomException
ARequestExceptionis thrown by a destination or a proxy when processing an invalid client 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 RequestException(String info)Constructs aRequestExceptioninstance.
-
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
-
RequestException
public RequestException(String info)
Constructs aRequestExceptioninstance.- Parameters:
info- Information.
-
-