| |
| java.security.acl Exceptions |
| The Java security access control list API allows Java developers
to control access to specific users. The classes of java.security.acl
throw the following exceptions: |
| . ACLNotFoundException (unable to find access control list) |
| . LastOwnerExcepti (attempt to delete last owner of ACL) |
| . NotOwnerExcepti (only the owner may modify) |
| |
| |
| java.sql Exceptions |
| The Java SQL API throws the following exceptions: |
| . DataTruncation (unexpected data truncation) |
| . SQLException (SQL error--contains detailed SQL information) |
| . SQLWarning (SQL warning) |
| |
| |
| java.text Exception |
| The Java text API throws the following exception: |
| . FormatException (format or parsing error) |
| |
| |
| java.util Exceptions |
| The classes of the java.util package throw the following exceptions: |
| . EmptyStackException (no objects on stack) |
| . MissingResourceException (resource missing) |
| . NoSuchElementException (no more objects in collection) |
| . TooManyListenersException (thrown by unicast event listeners) |
| |
| NOTE: |
| Unicast is Java terminology for a singleton server object.
Singletons are objects that can be instantiated only once. |
| |
| |
| java.utils.zip Exceptions |
| The Java utilities zip API throws the following exceptions: |
| . DataFormatException (format error) |
| . ZipException (Zip error) |