// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   GoogleSearchFault.java
// Class Version:      45.3

package com.google.soap.search;


// flag ACC_SUPER is set
public class GoogleSearchFault extends Exception
{
    // Constants:          24
    // Interfaces:         0
    // Fields:             1
    // Methods:            5
    // Class Attributes:   1


    private Throwable cause;

    // Decompiling method: getCause  Signature: ()Ljava/lang/Throwable;
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 5 bytes, Code offset: 396
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchFault; At 0 5 Range 0 4 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Ljava/lang/Throwable; At 0 5 Range 0 4 Init 0 fixed
    public Throwable getCause()
    {
        return cause;
    }

    // Decompiling method: <init>  Signature: ()V
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 5 bytes, Code offset: 439
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchFault; At 0 5 Range 0 4 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 5 Range 0 4 Init 0 fixed
    public GoogleSearchFault()
    {
        super();
        return;
    }

    // Decompiling method: <init>  Signature: (Ljava/lang/String;)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 6 bytes, Code offset: 486
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchFault; At 0 6 Range 0 5 Init 0 fixed
    // Parameter  1 added: Name s Type Ljava/lang/String; At 0 6 Range 0 5 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 6 Range 0 5 Init 0 fixed
    public GoogleSearchFault(String s)
    {
        super(s);
        return;
    }

    // Decompiling method: <init>  Signature: (Ljava/lang/Throwable;)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 10 bytes, Code offset: 534
    // Line Number Table found: 3 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchFault; At 0 10 Range 0 9 Init 0 fixed
    // Parameter  1 added: Name throwable Type Ljava/lang/Throwable; At 0 10 Range 0 9 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 10 Range 0 9 Init 0 fixed
    public GoogleSearchFault(Throwable throwable)
    {
        super();
        cause = throwable;
        return;
    }

    // Decompiling method: <init>  Signature: (Ljava/lang/String;Ljava/lang/Throwable;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 11 bytes, Code offset: 590
    // Line Number Table found: 3 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchFault; At 0 11 Range 0 10 Init 0 fixed
    // Parameter  1 added: Name s Type Ljava/lang/String; At 0 11 Range 0 10 Init 0
    // Parameter  2 added: Name throwable Type Ljava/lang/Throwable; At 0 11 Range 0 10 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 11 Range 0 10 Init 0 fixed
    public GoogleSearchFault(String s, Throwable throwable)
    {
        super(s);
        cause = throwable;
        return;
    }
}
