|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.knipp.rritoolkit.EncodeException
public class EncodeException
exception that is thrown if the conversion of the request to byte data fails for some reason, including, but not limited, due to incomplete setup of the request.
Constructor Summary | |
---|---|
EncodeException(java.lang.String message)
constructor |
|
EncodeException(java.lang.String message,
java.lang.Throwable cause)
constructor |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EncodeException(java.lang.String message)
message
- the messagepublic EncodeException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causing exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |