Oracle Application Server DMS API Reference
10g Release 3 (10.1.3)

B25989-01


oracle.dms.aggregator
Class AdmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dms.aggregator.AdmlException

All Implemented Interfaces:
java.io.Serializable

public class AdmlException
extends java.lang.Exception

AdmlException indicates that errors appear in parsing XML document.

Since:
Oracle Application Server 10g (10.1.3)
See Also:
Serialized Form

Constructor Summary
AdmlException(java.lang.Exception e)
          Creates a exception.
AdmlException(java.lang.String s)
          Creates a exception.
AdmlException(java.lang.String s, java.lang.Exception e)
          Creates a exception.

 

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

AdmlException

public AdmlException(java.lang.String s)
Creates a exception.
Parameters:
s - Exception message.
Since:
Oracle Application Server 10g (10.1.3)

AdmlException

public AdmlException(java.lang.String s,
                     java.lang.Exception e)
Creates a exception.
Parameters:
s - Exception message.
e - cause Exception
Since:
Oracle Application Server 10g (10.1.3)

AdmlException

public AdmlException(java.lang.Exception e)
Creates a exception.
Parameters:
e - cause Exception
Since:
Oracle Application Server 10g (10.1.3)

Oracle Application Server DMS API Reference
10g Release 3 (10.1.3)

B25989-01


Copyright © 2004, 2006, Oracle. All Rights Reserved.