com.novell.admin.common.exceptions
Class AdminError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.novell.admin.common.exceptions.AdminError
All Implemented Interfaces:
java.io.Serializable

public class AdminError
extends java.lang.Error


Constructor Summary
AdminError(int id, java.lang.Class thrower)
          Constructor
AdminError(int id, java.lang.String className)
          Constructor
 
Method Summary
 java.lang.String getMessage()
          Retrieves the error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminError

public AdminError(int id,
                  java.lang.Class thrower)
Constructor
Parameters:
id - The error ID.
thrower - The class that threw the exception.

AdminError

public AdminError(int id,
                  java.lang.String className)
Constructor
Parameters:
id - The error ID.
thrower - The name of the class that threw the exception.
Method Detail

getMessage

public java.lang.String getMessage()
Retrieves the error message.
Returns:
the error message.
Overrides:
getMessage in class java.lang.Throwable


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.