net.sourceforge.jradiusclient.exception
Class InvalidParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.jradiusclient.exception.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends java.lang.Exception

Version:
$Revision: 1.1 $
Author:
Robert J. Loihl
See Also:
Serialized Form

Constructor Summary
InvalidParameterException()
          The default message constructor
InvalidParameterException(java.lang.String message)
          Constructs an InvalidParameterException with the specified message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException()
The default message constructor


InvalidParameterException

public InvalidParameterException(java.lang.String message)
Constructs an InvalidParameterException with the specified message

Parameters:
message - the exception message