Package org.jboss.as.protocol.mgmt
Class RequestProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.as.protocol.mgmt.RequestProcessingException
-
- All Implemented Interfaces:
Serializable
public class RequestProcessingException extends Exception
- Author:
- Kabir Khan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestProcessingException(String message)RequestProcessingException(String message, Throwable cause)RequestProcessingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-