java.io.Serializablepublic class NotSendableException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
NotSendableException(java.lang.String s) |
constructor for a NotSendableException
|
NotSendableException(java.lang.String s,
java.lang.Throwable t) |
constructor for a NotSendableException
|
NotSendableException(java.lang.Throwable t) |
constructor for a NotSendableException
|
public NotSendableException(java.lang.String s)
s - the detail message.public NotSendableException(java.lang.Throwable t)
t - the throwable causing this exception.public NotSendableException(java.lang.String s,
java.lang.Throwable t)
s - the detail message.t - the throwable causing this exception.