|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
FlapDataLengthException
An exception thrown when the length of a FlapCommand's FLAP data
is too long to send over the FLAP protocol.
| Constructor Summary | |
FlapDataLengthException()
Creates a new FlapDataLengthException with no message. |
|
FlapDataLengthException(java.lang.String message)
Creates a new FlapDataLengthException with the given
message. |
|
FlapDataLengthException(java.lang.String message,
java.lang.Throwable cause)
Creates a new FlapDataLengthException with the given message
and cause. |
|
FlapDataLengthException(java.lang.Throwable cause)
Creates a new FlapDataLengthException with no message and
the given cause. |
|
| 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 FlapDataLengthException()
FlapDataLengthException with no message.
public FlapDataLengthException(java.lang.String message)
FlapDataLengthException with the given
message.
message - the detail message for this exception
public FlapDataLengthException(java.lang.String message,
java.lang.Throwable cause)
FlapDataLengthException with the given message
and cause.
message - the detail message for this exceptioncause - the cause of this exceptionpublic FlapDataLengthException(java.lang.Throwable cause)
FlapDataLengthException with no message and
the given cause.
cause - the cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||