public class MessagingException
extends java.lang.Exception
Constructor and Description |
---|
MessagingException()
Constructs an empty Exception.
|
MessagingException(java.lang.String msg)
Constructs an exception with the given message.
|
MessagingException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
void |
printStackTrace() |