当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
CreationFailedException (NetBeans MDR API) - NetBeans API Javadoc 5.5.0 
org.netbeans.api.mdr
Class CreationFailedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.netbeans.api.mdr.CreationFailedException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
CreationFailedException
public CreationFailedException()
- Creates new CreationFailedExceptionwithout detail message.
 
CreationFailedException
public CreationFailedException(String msg)
- Constructs an CreationFailedExceptionwith the specified detail message.
 
- Parameters:
- msg- the detail message.