Class SystemException

All Implemented Interfaces:
HasAdditionalAttributes, Serializable

public class SystemException extends SpinnakerException
An exception thrown by core Spinnaker; this will represent a system-level defect, interruption, etc.
See Also:
  • Constructor Details

    • SystemException

      public SystemException(String message)
    • SystemException

      public SystemException(String message, Throwable cause)
    • SystemException

      public SystemException(Throwable cause)
    • SystemException

      public SystemException(String message, String userMessage)
    • SystemException

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

      public SystemException(Throwable cause, String userMessage)