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:
java.io.Serializable
public class CockpitAPIException extends java.lang.RuntimeExceptionThe Class CockpitAPIException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CockpitAPIException()Instantiates a new cockpit api exception.CockpitAPIException(java.lang.String message)The Constructor.CockpitAPIException(java.lang.String message, java.lang.Throwable cause)The Constructor.CockpitAPIException(java.lang.Throwable cause)The Constructor.
-
-
-
Constructor Detail
-
CockpitAPIException
public CockpitAPIException()
Instantiates a new cockpit api exception.
-
CockpitAPIException
public CockpitAPIException(java.lang.String message, java.lang.Throwable cause)The Constructor.- Parameters:
message- the messagecause- the cause
-
CockpitAPIException
public CockpitAPIException(java.lang.String message)
The Constructor.- Parameters:
message- the message
-
CockpitAPIException
public CockpitAPIException(java.lang.Throwable cause)
The Constructor.- Parameters:
cause- the cause
-
-