public final class org.jasypt.exceptions.PasswordAlreadyCleanedException extends java.lang.RuntimeException
{
private static final long serialVersionUID;
public void <init>()
{
org.jasypt.exceptions.PasswordAlreadyCleanedException v;
v := @this: org.jasypt.exceptions.PasswordAlreadyCleanedException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("Password already cleaned: The encryptor that uses this password has already been initialized and therefore this password has been cleaned so that it is no more present in memory. An exception has been raised when accessing this property in order to avoid inconsistencies. A possible reason for this error is that you are using the same PBEConfig object to configure two different PBE encryptor instances.");
return;
}
}