public class ApplicationException extends RuntimeException
ApplicationException because we don't want these to be wrapped or to rollback an ongoing
transaction.| Constructor and Description |
|---|
ApplicationException() |
ApplicationException(String message) |
ApplicationException(String s,
Throwable t)
Discouraged unless you really want to include a long, often useless trace.
|
ApplicationException(Throwable t)
Discouraged unless you really want to include a long, often useless trace.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.