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
The exception thrown when user is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Invalid user exception.InvalidUserException(String message) Instantiates a new Invalid user exception.InvalidUserException(String message, String reason) Instantiates a new InvalidUserException.InvalidUserException(String message, Throwable cause) Instantiates a new Invalid user exception.InvalidUserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Invalid user exception.InvalidUserException(Throwable cause) Instantiates a new Invalid user 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
-
InvalidUserException
public InvalidUserException()Instantiates a new Invalid user exception. -
InvalidUserException
Instantiates a new Invalid user exception.- Parameters:
message- the message
-
InvalidUserException
Instantiates a new InvalidUserException.- Parameters:
message- the messagereason- the reason
-
InvalidUserException
Instantiates a new Invalid user exception.- Parameters:
message- the messagecause- the cause
-
InvalidUserException
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 messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
-
Method Details
-
getReason
Gets reason.- Returns:
- the reason
-