public class BivesClientException extends Exception
| Constructor and Description |
|---|
BivesClientException()
Instantiates a new bives client exception.
|
BivesClientException(String message)
Instantiates a new bives client exception.
|
BivesClientException(String message,
Throwable cause)
Instantiates a new bives client exception.
|
BivesClientException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new bives client exception.
|
BivesClientException(Throwable cause)
Instantiates a new bives client exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BivesClientException()
public BivesClientException(String message)
message - the messagepublic BivesClientException(Throwable cause)
cause - the causepublic BivesClientException(String message, Throwable cause)
message - the messagecause - the causepublic BivesClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.