Class UserException

All Implemented Interfaces:
HasAdditionalAttributes, Serializable
Direct Known Subclasses:
ConfigurationException

public class UserException extends SpinnakerException
An exception thrown when the cause is a user (e.g. bad input).
See Also:
  • Constructor Details

    • UserException

      public UserException()
    • UserException

      public UserException(String message)
    • UserException

      public UserException(String message, Throwable cause)
    • UserException

      public UserException(Throwable cause)
    • UserException

      public UserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • UserException

      public UserException(String message, String userMessage)
    • UserException

      public UserException(String message, Throwable cause, String userMessage)
    • UserException

      public UserException(Throwable cause, String userMessage)