public class ContextException
extends java.lang.Exception
Constructor and Description |
---|
ContextException()
Constructs a new exception with
null as its detail message. |
ContextException(java.lang.String message_)
Constructs a new exception with the specified detail message.
|
public ContextException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)public ContextException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodCopyright © 2003-2024 Appian Corporation. All Rights Reserved.