[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.SVAPIException
public class SVAPIException extends Exception
Signals that an SVAPI specific error has occured. This class is the root of all SVAPI exceptions.
Constructor Index
- SVAPIException()
- Constructs an SVAPIException without a detail message.
- SVAPIException(String)
- Constructs an SVAPIException with the specified detail message.
- SVAPIException(String, Throwable)
- Constructs an SVAPIException with the specified detail message and a nested exception.
Method Index
- getNestedException()
- Returns the nested exception, if there is one.
Constructors
SVAPIException
public SVAPIException()
Constructs a SVAPIException without a detail message.
SVAPIException
public SVAPIException(String s)
Constructs a SVAPIException with the specified detail message.
SVAPIException
public SVAPIException(String s, Throwable e)
Constructs a SVAPIException with the specified detail message and a nested exception. The message can be null.
Methods
getNestedException
public Throwable getNestedException()
Returns the nested exception, if there is one.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com