live.zvmtasks
Class ZVMTasksException
java.lang.Object
java.lang.Throwable
java.lang.Exception
live.zvmtasks.ZVMTasksException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoCommonAddressException
- public class ZVMTasksException
- extends Exception
An exception that the ZVMTasks library throws in the event of an
unrecoverable error.
- Author:
- Jason J. Herne
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZVMTasksException
public ZVMTasksException(String msg)
- Constructs an instance of
ZVMTasksException
with the specified detail message.
- Parameters:
msg
- the detail message.
ZVMTasksException
public ZVMTasksException(Throwable t)
- Constructs an instance of
ZVMTasksException
with the specified exception
- Parameters:
t
- The exception to throw
ZVMTasksException
public ZVMTasksException(String msg,
Throwable t)
- Constructs an instance of
ZVMTasksException
with the specified message and exception
- Parameters:
msg
- Detail messaget
- The exception to throw
Copyright © 2005