public class NotSendableException extends RuntimeException
| Constructor and Description |
|---|
NotSendableException(String s)
constructor for a NotSendableException
|
NotSendableException(String s,
Throwable t)
constructor for a NotSendableException
|
NotSendableException(Throwable t)
constructor for a NotSendableException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSendableException(String s)
s - the detail message.public NotSendableException(Throwable t)
t - the throwable causing this exception.Copyright © 2020. All rights reserved.