public class CockpitAPIException extends RuntimeException
| Constructor and Description |
|---|
CockpitAPIException()
Instantiates a new cockpit api exception.
|
CockpitAPIException(String message)
The Constructor.
|
CockpitAPIException(String message,
Throwable cause)
The Constructor.
|
CockpitAPIException(Throwable cause)
The Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CockpitAPIException()
public CockpitAPIException(String message, Throwable cause)
message - the messagecause - the causepublic CockpitAPIException(String message)
message - the messagepublic CockpitAPIException(Throwable cause)
cause - the causeCopyright © 2017 SAP SE. All Rights Reserved.