com.novell.admin.common.exceptions
Class UnexpectedErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.novell.admin.common.exceptions.UnexpectedErrorException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedErrorException
extends java.lang.RuntimeException

This class is used when an unexpected error occurs.


Constructor Summary
UnexpectedErrorException()
          Default Constructor
UnexpectedErrorException(java.lang.String message)
          Constructor with a message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedErrorException

public UnexpectedErrorException()
Default Constructor

UnexpectedErrorException

public UnexpectedErrorException(java.lang.String message)
Constructor with a message string.
Parameters:
message - The error message.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.