Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.spinnaker.kork.exceptions.SpinnakerException
com.netflix.spinnaker.kork.exceptions.UserException
- All Implemented Interfaces:
HasAdditionalAttributes,Serializable
- Direct Known Subclasses:
ConfigurationException
An exception thrown when the cause is a user (e.g. bad input).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserException(String message) UserException(String message, String userMessage) UserException(String message, Throwable cause) UserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) UserException(String message, Throwable cause, String userMessage) UserException(Throwable cause) UserException(Throwable cause, String userMessage) -
Method Summary
Methods inherited from class com.netflix.spinnaker.kork.exceptions.SpinnakerException
newInstanceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes
getAdditionalAttributes
-
Constructor Details
-
UserException
public UserException() -
UserException
-
UserException
-
UserException
-
UserException
-
UserException
-
UserException
-
UserException
-