com.novell.admin.common.exceptions
Class FacadeParameterException

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

public class FacadeParameterException
extends java.lang.RuntimeException

This class is used when a bad parameter is passed to a facade.


Constructor Summary
FacadeParameterException()
          Default Constructor
FacadeParameterException(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

FacadeParameterException

public FacadeParameterException()
Default Constructor

FacadeParameterException

public FacadeParameterException(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.