[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Class COM.novell.SVAPI.InvalidParameterException

public class InvalidParameterException extends SVAPIException

Signals that a String passed as a parameter argument is invalid.

See Also: Parameters


Constructor Index

InvalidParameterException()
Constructs an InvalidParameterException without a detail message.
InvalidParameterException(String)
Constructs an InvalidParameterException with the specified detail message.
InvalidParameterException(String, Throwable)
Constructs an InvalidParameterException with the specified detail message and a nested exception.


Constructors



InvalidParameterException

public InvalidParameterException()
Constructs an InvalidParameterException without a detail message.


InvalidParameterException

public InvalidParameterException(String s)
Constructs an InvalidParameterException with the specified detail message.


InvalidParameterException

public InvalidParameterException(String s, Throwable e)
Constructs an InvalidParameterException with the specified detail message and a nested exception. The message can be null.



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com