net.sf.joott.uno
Class UnoException

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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
UnoException(String message)
           
UnoException(String message, Throwable cause)
           
UnoException(Throwable cause)
           
 
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

UnoException

public UnoException(Throwable cause)

UnoException

public UnoException(String message)

UnoException

public UnoException(String message,
                    Throwable cause)