Serialized Form
-
Package com.netflix.spinnaker.kork.exceptions
-
Class com.netflix.spinnaker.kork.exceptions.ConfigurationException extends UserException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.ConstraintViolationException extends SpinnakerException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.CredentialsException extends SpinnakerException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.IntegrationException extends SpinnakerException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.InvalidCredentialsTypeException extends CredentialsException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.MissingCredentialsException extends CredentialsException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.SpinnakerException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
retryable
java.lang.Boolean retryable
Whether or not the exception is explicitly known to be retryable.If the result is NULL, the exception's retry characteristics are undefined and thus retries on the original logic that caused the exception may have undefined behavior.
-
userMessage
java.lang.String userMessage
An optional, end-user friendly message.In most cases, an exception message is more suitable for developers and operators, but can be confusing for an end-user. This field provides a standard method of propagating messaging up to the edge.
-
-
-
Class com.netflix.spinnaker.kork.exceptions.SystemException extends SpinnakerException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.UnknownCredentialsTypeException extends CredentialsException implements Serializable
-
Class com.netflix.spinnaker.kork.exceptions.UserException extends SpinnakerException implements Serializable
-
-
Package com.netflix.spinnaker.kork.web.exceptions
-
Class com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException extends SpinnakerException implements Serializable
-
Class com.netflix.spinnaker.kork.web.exceptions.NotFoundException extends SpinnakerException implements Serializable
-
Class com.netflix.spinnaker.kork.web.exceptions.ValidationException extends InvalidRequestException implements Serializable
-
Serialized Fields
-
errors
java.util.Collection errors
-
-
-