Class DataSourcePasswordDecryptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.internal.cipher.DataSourcePasswordDecryptionException
-
- All Implemented Interfaces:
Serializable
public class DataSourcePasswordDecryptionException extends RuntimeException
Thrown when decryption of the propertyhibernate.connection.password
fails for any reason.- Since:
- 7.16.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourcePasswordDecryptionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataSourcePasswordDecryptionException
public DataSourcePasswordDecryptionException(Throwable cause)
-
-