Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ideimpl.webupdate
Class UpdateCenterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ideimpl.webupdate.UpdateCenterException
All Implemented Interfaces:
java.io.Serializable

public class UpdateCenterException
extends java.lang.Exception

Exception thrown when a call to the update center fails. In general, the message of this exception is presented to the user as a description of what went wrong, so should contain enough information for the user to diagnose and resolve the problem.

See Also:
Serialized Form

Constructor Summary
UpdateCenterException()
           
UpdateCenterException(java.lang.String 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

UpdateCenterException

public UpdateCenterException()

UpdateCenterException

public UpdateCenterException(java.lang.String message)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.