Class InvalidUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.InvalidUserException
All Implemented Interfaces:
Serializable

public class InvalidUserException extends RuntimeException
The exception thrown when user is not valid.
See Also:
  • Constructor Details

    • InvalidUserException

      public InvalidUserException()
      Instantiates a new Invalid user exception.
    • InvalidUserException

      public InvalidUserException(String message)
      Instantiates a new Invalid user exception.
      Parameters:
      message - the message
    • InvalidUserException

      public InvalidUserException(String message, String reason)
      Instantiates a new InvalidUserException.
      Parameters:
      message - the message
      reason - the reason
    • InvalidUserException

      public InvalidUserException(String message, Throwable cause)
      Instantiates a new Invalid user exception.
      Parameters:
      message - the message
      cause - the cause
    • InvalidUserException

      public InvalidUserException(Throwable cause)
      Instantiates a new Invalid user exception.
      Parameters:
      cause - the cause
    • InvalidUserException

      public InvalidUserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new Invalid user exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
  • Method Details

    • getReason

      public String getReason()
      Gets reason.
      Returns:
      the reason