C G H I M N R S U V 
All Classes All Packages

C

com.netflix.spinnaker.kork.core - package com.netflix.spinnaker.kork.core
 
com.netflix.spinnaker.kork.exceptions - package com.netflix.spinnaker.kork.exceptions
 
com.netflix.spinnaker.kork.web.exceptions - package com.netflix.spinnaker.kork.web.exceptions
 
ConfigurationException - Exception in com.netflix.spinnaker.kork.exceptions
An exception thrown when the cause is a misconfiguration
ConfigurationException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConfigurationException
 
ConstraintViolationException - Exception in com.netflix.spinnaker.kork.exceptions
Thrown when an "expected" possible constraint is violated.
ConstraintViolationException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
 
ConstraintViolationException(String, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
 
ConstraintViolationException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
 
ConstraintViolationException(String, Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
 
ConstraintViolationException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
 
ConstraintViolationException(Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.ConstraintViolationException
 
CredentialsException - Exception in com.netflix.spinnaker.kork.exceptions
Exception related to Credentials management
CredentialsException() - Constructor for exception com.netflix.spinnaker.kork.exceptions.CredentialsException
 
CredentialsException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.CredentialsException
 
CredentialsException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.CredentialsException
 
CredentialsException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.CredentialsException
 

G

getAdditionalAttributes() - Method in interface com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes
 
getAdditionalAttributes() - Method in exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
 

H

HasAdditionalAttributes - Interface in com.netflix.spinnaker.kork.exceptions
Provides a standard way of attaching untyped, arbitrary metadata to an Exception.

I

IntegrationException - Exception in com.netflix.spinnaker.kork.exceptions
An exception thrown by non-core Spinnaker code (e.g.
IntegrationException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.IntegrationException
 
IntegrationException(String, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.IntegrationException
 
IntegrationException(String, Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.IntegrationException
 
IntegrationException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.IntegrationException
 
IntegrationException(Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.IntegrationException
 
InvalidCredentialsTypeException - Exception in com.netflix.spinnaker.kork.exceptions
 
InvalidCredentialsTypeException() - Constructor for exception com.netflix.spinnaker.kork.exceptions.InvalidCredentialsTypeException
 
InvalidCredentialsTypeException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.InvalidCredentialsTypeException
 
InvalidCredentialsTypeException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.InvalidCredentialsTypeException
 
InvalidCredentialsTypeException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.InvalidCredentialsTypeException
 
InvalidRequestException - Exception in com.netflix.spinnaker.kork.web.exceptions
 
InvalidRequestException() - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
 
InvalidRequestException(String, Throwable, boolean, boolean) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
 
InvalidRequestException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.InvalidRequestException
 

M

MissingCredentialsException - Exception in com.netflix.spinnaker.kork.exceptions
 
MissingCredentialsException() - Constructor for exception com.netflix.spinnaker.kork.exceptions.MissingCredentialsException
 
MissingCredentialsException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.MissingCredentialsException
 
MissingCredentialsException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.MissingCredentialsException
 
MissingCredentialsException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.MissingCredentialsException
 

N

NotFoundException - Exception in com.netflix.spinnaker.kork.web.exceptions
 
NotFoundException() - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.NotFoundException
 
NotFoundException(String) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.NotFoundException
 
NotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.NotFoundException
 

R

retry(Supplier<T>, int, long, boolean) - Method in class com.netflix.spinnaker.kork.core.RetrySupport
retry(Supplier<T>, int, Duration, boolean) - Method in class com.netflix.spinnaker.kork.core.RetrySupport
 
RetrySupport - Class in com.netflix.spinnaker.kork.core
 
RetrySupport() - Constructor for class com.netflix.spinnaker.kork.core.RetrySupport
 

S

SpinnakerException - Exception in com.netflix.spinnaker.kork.exceptions
A root-level marker interface for all exceptions to be thrown by Spinnaker code.
SpinnakerException() - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(String, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(String, Throwable, boolean, boolean) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(String, Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SpinnakerException(Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SpinnakerException
 
SystemException - Exception in com.netflix.spinnaker.kork.exceptions
An exception thrown by core Spinnaker; this will represent a system-level defect, interruption, etc.
SystemException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SystemException
 
SystemException(String, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SystemException
 
SystemException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SystemException
 
SystemException(String, Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SystemException
 
SystemException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SystemException
 
SystemException(Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.SystemException
 

U

UnknownCredentialsTypeException - Exception in com.netflix.spinnaker.kork.exceptions
 
UnknownCredentialsTypeException() - Constructor for exception com.netflix.spinnaker.kork.exceptions.UnknownCredentialsTypeException
 
UnknownCredentialsTypeException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UnknownCredentialsTypeException
 
UnknownCredentialsTypeException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UnknownCredentialsTypeException
 
UnknownCredentialsTypeException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UnknownCredentialsTypeException
 
UserException - Exception in com.netflix.spinnaker.kork.exceptions
An exception thrown when the cause is a user (e.g.
UserException() - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(String, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(String, Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(String, Throwable, boolean, boolean) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(String, Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(Throwable) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 
UserException(Throwable, String) - Constructor for exception com.netflix.spinnaker.kork.exceptions.UserException
 

V

ValidationException - Exception in com.netflix.spinnaker.kork.web.exceptions
 
ValidationException(String, Throwable, boolean, boolean, Collection) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
 
ValidationException(String, Throwable, Collection) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
 
ValidationException(String, Collection) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
 
ValidationException(Throwable, Collection) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
 
ValidationException(Collection) - Constructor for exception com.netflix.spinnaker.kork.web.exceptions.ValidationException
 
C G H I M N R S U V 
All Classes All Packages