eap.tar
Class TruncatedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byeap.tar.TruncatedException
All Implemented Interfaces:
Serializable

public class TruncatedException
extends IOException

Thrown when a data stream is not as long as expected. In particular it is thrown when LimitedInputStream reaches the end of it's underlying stream before it reaches the end of its preset length.

See Also:
Serialized Form

Constructor Summary
TruncatedException()
          Creates a new exception with no message
TruncatedException(String message)
          Creates a new exception with the given message
 
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

TruncatedException

public TruncatedException()
Creates a new exception with no message


TruncatedException

public TruncatedException(String message)
Creates a new exception with the given message

Parameters:
message - A human readable description of the problem