net.sf.joott.uno
Class UnoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.joott.uno.UnoException
- All Implemented Interfaces:
- Serializable
- public class UnoException
- extends RuntimeException
Generic unchecked exception for problems with the UNO interprocess bridge.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnoException
public UnoException(Throwable cause)
UnoException
public UnoException(String message)
UnoException
public UnoException(String message,
Throwable cause)