Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.InternalErrorException
- All Implemented Interfaces:
Serializable
The Internal Error Exception to be thrown when an internal error occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorInternalErrorException(String message) Instantiates a new Internal Error exception.InternalErrorException(String message, Throwable cause) Instantiates a new Internal Error exception.InternalErrorException(Throwable cause) Instantiates a new Internal Error 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
-
InternalErrorException
public InternalErrorException()Default constructor -
InternalErrorException
Instantiates a new Internal Error exception.- Parameters:
message- the messagecause- the cause
-
InternalErrorException
Instantiates a new Internal Error exception.- Parameters:
message- the message
-
InternalErrorException
Instantiates a new Internal Error exception.- Parameters:
cause- the cause
-