Oracle® Mail Java API Reference
10g Release 1 (10.1.1)

B14492-01

oracle.mail.admin
Class AdminException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.mail.OESException
                    |
                    +--oracle.mail.admin.AdminException
Direct Known Subclasses:
TimeoutException

public class AdminException
extends OESException
See Also:
Serialized Form

Field Summary
static int START_ADMIN_ERROR
static int START_RULE_ERROR
static int UNABLE_TO_FIND_ADMINCONF_FILE
static int UNABLE_TO_GET_AQ_CONNECTION

Constructor Summary
AdminException()
AdminException(int m_errornum, java.lang.Exception baseException)
AdminException(java.lang.String s)

Method Summary
java.lang.String getMessage()

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

START_ADMIN_ERROR

public static final int START_ADMIN_ERROR

START_RULE_ERROR

public static final int START_RULE_ERROR

UNABLE_TO_GET_AQ_CONNECTION

public static final int UNABLE_TO_GET_AQ_CONNECTION

UNABLE_TO_FIND_ADMINCONF_FILE

public static final int UNABLE_TO_FIND_ADMINCONF_FILE

Constructor Detail

AdminException

public AdminException()

AdminException

public AdminException(java.lang.String s)

AdminException

public AdminException(int m_errornum,
                      java.lang.Exception baseException)

Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Oracle® Mail Java API Reference
10g Release 1 (10.1.1)

B14492-01

Copyright © 1988, 2005, Oracle. All rights reserved.