Class NDCException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.ndc182services.exceptions.NDCException
All Implemented Interfaces:
Serializable

public class NDCException extends Exception
See Also:
  • Constructor Details

    • NDCException

      public NDCException()
      Default constructor
    • NDCException

      public NDCException(String message, Throwable cause)
      Instantiates a new Ndc exception.
      Parameters:
      message - the message
      cause - the cause
    • NDCException

      public NDCException(String message)
      Instantiates a new Ndc exception.
      Parameters:
      message - the message
    • NDCException

      public NDCException(Throwable cause)
      Instantiates a new Ndc exception.
      Parameters:
      cause - the cause