Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.spinnaker.kork.exceptions.SpinnakerException
com.netflix.spinnaker.kork.exceptions.SystemException
- All Implemented Interfaces:
HasAdditionalAttributes,Serializable
An exception thrown by core Spinnaker; this will represent a system-level defect, interruption,
etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemException(String message) SystemException(String message, String userMessage) SystemException(String message, Throwable cause) SystemException(String message, Throwable cause, String userMessage) SystemException(Throwable cause) SystemException(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
-
SystemException
-
SystemException
-
SystemException
-
SystemException
-
SystemException
-
SystemException
-