public final class org.jasypt.exceptions.EncryptionOperationNotPossibleException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jasypt.exceptions.EncryptionOperationNotPossibleException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6304674109588715145

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jasypt.exceptions.EncryptionOperationNotPossibleException this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 45
            return
        end local 0 // org.jasypt.exceptions.EncryptionOperationNotPossibleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jasypt/exceptions/EncryptionOperationNotPossibleException;

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.exceptions.EncryptionOperationNotPossibleException this
        start local 1 // java.lang.Throwable t
         0: .line 48
            aload 0 /* this */
            aload 1 /* t */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 49
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jasypt.exceptions.EncryptionOperationNotPossibleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jasypt/exceptions/EncryptionOperationNotPossibleException;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     final

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.exceptions.EncryptionOperationNotPossibleException this
        start local 1 // java.lang.String message
         0: .line 52
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 53
            return
        end local 1 // java.lang.String message
        end local 0 // org.jasypt.exceptions.EncryptionOperationNotPossibleException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jasypt/exceptions/EncryptionOperationNotPossibleException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  final
}
SourceFile: "EncryptionOperationNotPossibleException.java"