Class CockpitAPIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cockpit.err.CockpitAPIException
All Implemented Interfaces:
Serializable

public class CockpitAPIException extends RuntimeException
The Class CockpitAPIException.
See Also:
  • Constructor Details

    • CockpitAPIException

      public CockpitAPIException()
      Instantiates a new cockpit api exception.
    • CockpitAPIException

      public CockpitAPIException(String message, Throwable cause)
      The Constructor.
      Parameters:
      message - the message
      cause - the cause
    • CockpitAPIException

      public CockpitAPIException(String message)
      The Constructor.
      Parameters:
      message - the message
    • CockpitAPIException

      public CockpitAPIException(Throwable cause)
      The Constructor.
      Parameters:
      cause - the cause