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, toString
public NotSendableException(String s)
s
- the detail message.public NotSendableException(Throwable t)
t
- the throwable causing this exception.Copyright © 2022. All rights reserved.