public abstract class AbstractUserException extends AbstractRestException
| Constructor and Description |
|---|
AbstractUserException()
Constructor.
|
AbstractUserException(String message)
Constructor.
|
AbstractUserException(String message,
Throwable cause)
Constructor.
|
AbstractUserException(Throwable cause)
Constructor.
|
getErrorCode, getHttpCode, getMoreInfoUrl, getServerStack, setServerStackaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractUserException()
public AbstractUserException(String message)
message - the exception messagepublic AbstractUserException(Throwable cause)
cause - the exception causeCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.