Class KeyFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.cloud.context.encrypt.KeyFormatException
-
- All Implemented Interfaces:
Serializable
public class KeyFormatException extends RuntimeException
Exception related to the format of key.- Author:
- Dave Syer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyFormatException()KeyFormatException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyFormatException
public KeyFormatException()
-
KeyFormatException
public KeyFormatException(Throwable t)
-
-