Package org.jboss.dmr.stream
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.dmr.stream.ModelException
- All Implemented Interfaces:
Serializable
DMR encoding exception.
- Author:
- Richard Opalka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ModelException(String msg) Constructor.ModelException(String msg, Throwable t) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelException
public ModelException()Constructor. -
ModelException
Constructor.- Parameters:
msg- message
-
ModelException
Constructor.- Parameters:
msg- messaget- reason
-
ModelException
Constructor.- Parameters:
t- reason
-