Class InternalErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.InternalErrorException
All Implemented Interfaces:
Serializable

public class InternalErrorException extends Exception
The Internal Error Exception to be thrown when an internal error occurred.
See Also:
  • Constructor Details

    • InternalErrorException

      public InternalErrorException()
      Default constructor
    • InternalErrorException

      public InternalErrorException(String message, Throwable cause)
      Instantiates a new Internal Error exception.
      Parameters:
      message - the message
      cause - the cause
    • InternalErrorException

      public InternalErrorException(String message)
      Instantiates a new Internal Error exception.
      Parameters:
      message - the message
    • InternalErrorException

      public InternalErrorException(Throwable cause)
      Instantiates a new Internal Error exception.
      Parameters:
      cause - the cause