站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

CreationFailedException (NetBeans MDR API) - NetBeans API Javadoc 5.5.0

org.netbeans.api.mdr/1 1.4.22

org.netbeans.api.mdr
Class CreationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.api.mdr.CreationFailedException
All Implemented Interfaces:
Serializable

public class CreationFailedException
extends Exception

Exception thrown when creation of a new repository package instance fails.

See Also:
Serialized Form

Constructor Summary
CreationFailedException()
          Creates new CreationFailedException without detail message.
CreationFailedException(String msg)
          Constructs an CreationFailedException with the specified detail 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

CreationFailedException

public CreationFailedException()
Creates new CreationFailedException without detail message.


CreationFailedException

public CreationFailedException(String msg)
Constructs an CreationFailedException with the specified detail message.

Parameters:
msg - the detail message.

org.netbeans.api.mdr/1 1.4.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.