org.gudy.azureus2.core3.util
Class AEVerifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.core3.util.AEVerifierException
All Implemented Interfaces:
Serializable

public class AEVerifierException
extends Exception

See Also:
Serialized Form

Field Summary
static int FT_SIGNATURE_BAD
           
static int FT_SIGNATURE_MISSING
           
 
Constructor Summary
AEVerifierException(int type, String str)
           
 
Method Summary
 int getFailureType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FT_SIGNATURE_MISSING

public static final int FT_SIGNATURE_MISSING
See Also:
Constant Field Values

FT_SIGNATURE_BAD

public static final int FT_SIGNATURE_BAD
See Also:
Constant Field Values
Constructor Detail

AEVerifierException

public AEVerifierException(int type,
                           String str)
Method Detail

getFailureType

public int getFailureType()