public class ExpressException extends RuntimeException
| Constructor and Description |
|---|
ExpressException()
Constructs a new exception with an empty detail message.
|
ExpressException(String message)
Constructs a new exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressException()
public ExpressException(String message)
message - the detail message. The detail message is saved for
later retrieval by the getMessage() method.Copyright © 2019. All rights reserved.