Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

oracle.portal.utils.xml.v2
Class NodeHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.portal.utils.v2.ContainerException
              extended by oracle.portal.utils.xml.v2.NodeHandlerException
All Implemented Interfaces:
java.io.Serializable

public class NodeHandlerException
extends ContainerException

Base exception class for objects implementing the NodeHandler interface.

See Also:
Serialized Form

Constructor Summary
NodeHandlerException()
           
NodeHandlerException(java.lang.String msg)
           
NodeHandlerException(java.lang.Throwable _t)
           
 
Method Summary
 
Methods inherited from class oracle.portal.utils.v2.ContainerException
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeHandlerException

public NodeHandlerException()

NodeHandlerException

public NodeHandlerException(java.lang.String msg)

NodeHandlerException

public NodeHandlerException(java.lang.Throwable _t)

Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.