Skip navigation links

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

B28943-01


oracle.dms.aggregator
Class AdmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.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.

 

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

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)

Skip navigation links

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

B28943-01


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