Task.Support.CoreSupport
Class ZipObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Task.Support.CoreSupport.ZipObjectException
All Implemented Interfaces:
java.io.Serializable

public class ZipObjectException
extends java.lang.Exception
implements java.io.Serializable

ZipObjectException is thrown by ZipObject during zip and unzip operations if something goes wrong. This is caused by IOExceptions generated by the streams used.

Version:
: 1.0
Author:
: Nazmul Idris

Creation Date : 9/4/1999 Creation Time : 2:05am

See Also:
ZipObject, Serialized Form

Constructor Summary
ZipObjectException(java.lang.String msg)
           
 
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

ZipObjectException

public ZipObjectException(java.lang.String msg)


Copyright © 2011. All Rights Reserved.