| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor
java.lang.Throwable
|
+--java.lang.Exception
|
+--com.newstep.solid.processor.DecodingException
All Implemented Interfaces:
Serializable
public class DecodingException
indicates a problem during the decoding of a message.
Exceptions:
true
| Field Summary |
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
public void |
|
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
public void DecodingException (String message, Throwable cause)
Parameters:
message
an error message
cause
the cause of the exception
Stereotype:
create
public void DecodingException (Throwable cause)
Parameters:
cause
the cause of the exception
Stereotype:
create
public void DecodingException (String message)
Parameters:
message
an error message
Stereotype:
create
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|