org.bolet.jgz
Class JGZException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.bolet.jgz.JGZException
All Implemented Interfaces:
java.io.Serializable

public class JGZException
extends java.io.IOException

A JGZException is thrown when uncompressing some data bytes which turn out to violate the expected format in any way.

See Also:
Serialized Form

Constructor Summary
JGZException()
          Build a new exception with no message.
JGZException(java.lang.String message)
          Build a new exception with the provided explanatory message.
 
Method Summary
 
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
 

Constructor Detail

JGZException

public JGZException()
Build a new exception with no message.


JGZException

public JGZException(java.lang.String message)
Build a new exception with the provided explanatory message.

Parameters:
message - the message