|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jbora.JBoraException
jbora.MessageTooBigException
Thrown when a Message is too big.
| Constructor Summary | |
MessageTooBigException()
Creates a new exception. |
|
MessageTooBigException(String message)
Creates a new exception and initializes it with a message. |
|
MessageTooBigException(String message,
Throwable cause)
Creates a new exception and initializes it with a cause and a message. |
|
MessageTooBigException(Throwable cause)
Creates a new exception and initializes it with a 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 MessageTooBigException()
public MessageTooBigException(String message)
message - Exception messagepublic MessageTooBigException(Throwable cause)
cause - Exception cause
public MessageTooBigException(String message,
Throwable cause)
message - Exception messagecause - Exception cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||