public class MessageException extends Exception
| Constructor and Description |
|---|
MessageException(String message)
Constructs a new MessageException with the specified message.
|
MessageException(String message,
Throwable cause)
Constructs a new MessageException with the specified message and cause.
|
MessageException(Throwable cause)
Constructs a new MessageException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageException(String message)
message - The detailed messagepublic MessageException(String message, Throwable cause)
message - The detailed messagecause - The causepublic MessageException(Throwable cause)
cause - The cause"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"