ewe.io
Class CorruptedDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.CorruptedDataException
Direct Known Subclasses:
BadRecordFormatException

public class CorruptedDataException
extends IOException


Constructor Summary
CorruptedDataException()
           
CorruptedDataException(String message)
           
CorruptedDataException(String message, Throwable cause)
           
CorruptedDataException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

CorruptedDataException

public CorruptedDataException()

CorruptedDataException

public CorruptedDataException(String message)

CorruptedDataException

public CorruptedDataException(Throwable cause)

CorruptedDataException

public CorruptedDataException(String message,
                              Throwable cause)