public abstract class UserException extends Exception implements IDLEntity
Modifier | Constructor and Description |
---|---|
protected |
UserException()
Constructs a
UserException object. |
protected |
UserException(String reason)
Constructs a
UserException object with a
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected UserException()
UserException
object.
This method is called only by subclasses.protected UserException(String reason)
UserException
object with a
detail message. This method is called only by subclasses.reason
- a String
object giving the reason for this
exceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.