public class CommException extends ResourceException
Constructor and Description |
---|
CommException()
Constructs a new instance with null as its detail message.
|
CommException(String message)
Constructs a new instance with the specified detail message.
|
CommException(String message,
String errorCode)
Constructs a new throwable with the specified detail message and
an error code.
|
CommException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause.
|
CommException(Throwable cause)
Constructs a new throwable with the specified cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommException()
public CommException(String message)
message
- the detail message.public CommException(Throwable cause)
cause
- a chained exception of type Throwable
.public CommException(String message, Throwable cause)
message
- the detail message.cause
- a chained exception of type Throwable
.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.