Oracle® Collaboration Suite Contacts Java API Reference
10g Release 1 (10.1.1)

B16235-01

oracle.collabsuite.addressbook
Class AddressBookException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.collabsuite.addressbook.AddressBookException
Direct Known Subclasses:
AddressBookEntryExistsException, AddressBookMaxLimitException

public class AddressBookException
extends java.lang.Exception
See Also:
Serialized Form

Constructor Summary
AddressBookException()
AddressBookException(java.lang.Exception ex)
AddressBookException(java.lang.String s)
AddressBookException(java.lang.String message, java.lang.Exception ex)

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

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

Constructor Detail

AddressBookException

public AddressBookException()

AddressBookException

public AddressBookException(java.lang.String s)

AddressBookException

public AddressBookException(java.lang.Exception ex)

AddressBookException

public AddressBookException(java.lang.String message,
                            java.lang.Exception ex)

Oracle® Collaboration Suite Contacts Java API Reference
10g Release 1 (10.1.1)

B16235-01

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