org.netbeans.modules.j2ee.deployment.plugins.api
Class InstanceCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException
All Implemented Interfaces:
Serializable

public class InstanceCreationException
extends IOException

See Also:
Serialized Form

Constructor Summary
InstanceCreationException(String message)
          Creates a new instance of InstanceCreationException
 
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

InstanceCreationException

public InstanceCreationException(String message)
Creates a new instance of InstanceCreationException


 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.