org.glassfish.virtualization.spi
Class VirtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.virtualization.spi.VirtException
All Implemented Interfaces:
Serializable

public class VirtException
extends Exception

Exception wrapper for underlying native virtualization exception

Author:
Jerome Dochez
See Also:
Serialized Form

Constructor Summary
VirtException()
           
VirtException(String message)
           
VirtException(String message, Throwable cause)
           
VirtException(Throwable cause)
           
 
Method Summary
 
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

VirtException

public VirtException()

VirtException

public VirtException(String message)

VirtException

public VirtException(String message,
                     Throwable cause)

VirtException

public VirtException(Throwable cause)


Copyright © 2012. All Rights Reserved.