public class J4pException extends Exception
| Constructor and Description |
|---|
J4pException(String message)
Constructor with a simple message
|
J4pException(String message,
Throwable cause)
Exception with a nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic J4pException(String message)
message - exception descriptionCopyright © 2014. All rights reserved.