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

CreationFailedException (NetBeans MDR API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.api.mdr
Class CreationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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.
 
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.

 

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