Serialized Form
-
Package com.netflix.spinnaker.kork.exceptions
-
Exception com.netflix.spinnaker.kork.exceptions.ConfigurationException
class ConfigurationException extends UserException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
class ConstraintViolationException extends SpinnakerException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.CredentialsException
class CredentialsException extends SpinnakerException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.IntegrationException
class IntegrationException extends SpinnakerException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.InvalidCredentialsTypeException
class InvalidCredentialsTypeException extends CredentialsException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.MissingCredentialsException
class MissingCredentialsException extends CredentialsException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
class SpinnakerException extends RuntimeException implements Serializable-
Serialized Fields
-
retryable
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
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.
-
-
-
Exception com.netflix.spinnaker.kork.exceptions.SystemException
class SystemException extends SpinnakerException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.UnknownCredentialsTypeException
class UnknownCredentialsTypeException extends CredentialsException implements Serializable -
Exception com.netflix.spinnaker.kork.exceptions.UserException
class UserException extends SpinnakerException implements Serializable
-
-
Package com.netflix.spinnaker.kork.web.exceptions
-
Exception com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
class InvalidRequestException extends SpinnakerException implements Serializable -
Exception com.netflix.spinnaker.kork.web.exceptions.NotFoundException
class NotFoundException extends SpinnakerException implements Serializable -
Exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
class ValidationException extends InvalidRequestException implements Serializable-
Serialized Fields
-
errors
Collection errors
-
-
-