Class NDCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.ndc182services.exceptions.NDCException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorNDCException(String message) Instantiates a new Ndc exception.NDCException(String message, Throwable cause) Instantiates a new Ndc exception.NDCException(Throwable cause) Instantiates a new Ndc exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NDCException
public NDCException()Default constructor -
NDCException
Instantiates a new Ndc exception.- Parameters:
message- the messagecause- the cause
-
NDCException
Instantiates a new Ndc exception.- Parameters:
message- the message
-
NDCException
Instantiates a new Ndc exception.- Parameters:
cause- the cause
-