public class NotSendableException
extends java.lang.RuntimeException
构造器和说明 |
---|
NotSendableException()
constructor for a NotSendableException
|
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()
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.