Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.editor
Class OpenAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.ide.editor.OpenAbortedException
All Implemented Interfaces:
java.io.Serializable

public class OpenAbortedException
extends java.lang.RuntimeException

Runtime exception thrown from Editor.open() if opening the editor should be aborted.

See Also:
Serialized Form

Constructor Summary
OpenAbortedException()
           
OpenAbortedException(java.lang.String msg)
           
OpenAbortedException(java.lang.String msg, java.lang.Throwable cause)
          Creates an OpenAbortedException with a cause.
 
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

OpenAbortedException

public OpenAbortedException()

OpenAbortedException

public OpenAbortedException(java.lang.String msg)

OpenAbortedException

public OpenAbortedException(java.lang.String msg,
                            java.lang.Throwable cause)
Creates an OpenAbortedException with a cause.

Parameters:
msg - the message.
cause - the cause.
Since:
11.1.1.0.0

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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