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.passwordfails for any reason.- Since:
- 7.16.0
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DataSourcePasswordDecryptionException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DataSourcePasswordDecryptionExceptionpublic DataSourcePasswordDecryptionException(Throwable cause) 
 
- 
 
-