Class InvalidSecretFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netflix.spinnaker.kork.secrets.SecretException
-
- com.netflix.spinnaker.kork.secrets.InvalidSecretFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSecretFormatException extends SecretException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSecretFormatException()InvalidSecretFormatException(java.lang.String message)InvalidSecretFormatException(java.lang.String message, java.lang.Throwable cause)InvalidSecretFormatException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InvalidSecretFormatException
public InvalidSecretFormatException()
-
InvalidSecretFormatException
public InvalidSecretFormatException(java.lang.String message)
-
InvalidSecretFormatException
public InvalidSecretFormatException(java.lang.Throwable cause)
-
InvalidSecretFormatException
public InvalidSecretFormatException(java.lang.String message, java.lang.Throwable cause)
-
-