Package de.hybris.platform.cockpit.err
Class CockpitAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cockpit.err.CockpitAPIException
- All Implemented Interfaces:
Serializable
The Class CockpitAPIException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new cockpit api exception.CockpitAPIException(String message) The Constructor.CockpitAPIException(String message, Throwable cause) The Constructor.CockpitAPIException(Throwable cause) The Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CockpitAPIException
public CockpitAPIException()Instantiates a new cockpit api exception. -
CockpitAPIException
The Constructor.- Parameters:
message- the messagecause- the cause
-
CockpitAPIException
The Constructor.- Parameters:
message- the message
-
CockpitAPIException
The Constructor.- Parameters:
cause- the cause
-