com.softwareag.cis.plugin.ext.plugins.command
Class UninstallPlugInCommand.InvalidPlugInArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.softwareag.cis.plugin.ext.plugins.command.UninstallPlugInCommand.InvalidPlugInArchiveException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UninstallPlugInCommand

public static class UninstallPlugInCommand.InvalidPlugInArchiveException
extends java.io.IOException

Custom Exception used in case if the target plug-in directory is unknown or if zip entry is null

See Also:
Serialized Form

Constructor Summary
UninstallPlugInCommand.InvalidPlugInArchiveException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UninstallPlugInCommand.InvalidPlugInArchiveException

public UninstallPlugInCommand.InvalidPlugInArchiveException(java.lang.String msg)