com.newisys.ova
Class OVAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.newisys.ova.OVAException
- All Implemented Interfaces:
- Serializable
public final class OVAException
- extends RuntimeException
Class representing exceptions occurring when performing OVA related actions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OVAException
public OVAException(String s)
- Constructs an OVAException with the specified message
- Parameters:
s - the message associated with this OVAException
OVAException
public OVAException(Exception e)
- Constructs an OVAException from the specified exception
- Parameters:
e - the the exception from which to create this OVAException