public class CommException extends ResourceException
Constructor and Description |
---|
CommException()
Create an exception.
|
CommException(String reason)
Create an exception with a reason.
|
CommException(String reason,
String errorCode)
Create an exception with a reason and an errorCode.
|
CommException(String reason,
Throwable cause)
Create an exception with a reason and cause.
|
CommException(Throwable cause)
Create an exception with a cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommException()
public CommException(String reason)
public CommException(String reason, String errorCode)
public CommException(String reason, Throwable cause)
reason
- the reasoncause
- the causepublic CommException(Throwable cause)
cause
- the causeCopyright © 2013 JBoss by Red Hat. All rights reserved.