live.zvmtasks
Class ZVMTasksException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylive.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ZVMTasksException(String msg)
          Constructs an instance of ZVMTasksException with the specified detail message.
ZVMTasksException(String msg, Throwable t)
          Constructs an instance of ZVMTasksException with the specified message and exception
ZVMTasksException(Throwable t)
          Constructs an instance of ZVMTasksException with the specified exception
 
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

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 message
t - The exception to throw


Copyright © 2005