com.rsa.swsj
Class InvalidParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.swsj.SWSJException
              extended bycom.rsa.swsj.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends SWSJException

This class defines an exception that occurs when there is invalid input data.

See Also:
Serialized Form

Constructor Summary
InvalidParameterException(java.lang.String message)

Creates an InvalidParameterException object 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

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

Parameters:
message - A String containing the detailed error message.