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

OperationException (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

org.netbeans.api.autoupdate
Class OperationException

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

public final class OperationException
extends Exception

See Also:
Serialized Form

Nested Class Summary
static class OperationException.ERROR_TYPE
           
 
Constructor Summary
OperationException(OperationException.ERROR_TYPE error)
          not public contructor
OperationException(OperationException.ERROR_TYPE error, Exception x)
          not public contructor
OperationException(OperationException.ERROR_TYPE error, String message)
          not public contructor
 
Method Summary
 OperationException.ERROR_TYPE getErrorType()
           
 
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

OperationException

public OperationException(OperationException.ERROR_TYPE error)
not public contructor


OperationException

public OperationException(OperationException.ERROR_TYPE error,
                          Exception x)
not public contructor


OperationException

public OperationException(OperationException.ERROR_TYPE error,
                          String message)
not public contructor

Method Detail

getErrorType

public OperationException.ERROR_TYPE getErrorType()

org.netbeans.modules.autoupdate.services 1.2

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