Data Request Broker
2-3-release

fr.gael.drb.impl.tar
Class InvalidHeaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by fr.gael.drb.impl.tar.InvalidHeaderException
All Implemented Interfaces:
Serializable

public class InvalidHeaderException
extends IOException

This exception is used to indicate that there is a problem with a TAR archive header.

See Also:
Serialized Form

Constructor Summary
InvalidHeaderException()
          Builds an invalid Header Exception
InvalidHeaderException(String msg)
          Builds an invalid Header Exception with a specific 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

InvalidHeaderException

public InvalidHeaderException()
Builds an invalid Header Exception


InvalidHeaderException

public InvalidHeaderException(String msg)
Builds an invalid Header Exception with a specific message

Parameters:
msg - the message to write

Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .