com.sun.star.ucb
Class InteractiveIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.star.uno.Exception
|
+--com.sun.star.task.ClassifiedInteractionRequest
|
+--com.sun.star.ucb.InteractiveIOException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- com.sun.star.ucb.InteractiveFileIOException
- public synchronized class InteractiveIOException
- extends com.sun.star.task.ClassifiedInteractionRequest
- See Also:
- Serialized Form
Field Summary |
com.sun.star.ucb.IOErrorCode |
Code
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.task.ClassifiedInteractionRequest |
Classification |
Fields inherited from class com.sun.star.uno.Exception |
Context, UNOTYPEINFO |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary |
InteractiveIOException()
|
InteractiveIOException(java.lang.String s)
|
InteractiveIOException(java.lang.String s,
java.lang.Object o,
com.sun.star.task.InteractionClassification ic,
com.sun.star.ucb.IOErrorCode ioec)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Code
public com.sun.star.ucb.IOErrorCode Code
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
InteractiveIOException
public InteractiveIOException()
InteractiveIOException
public InteractiveIOException(java.lang.String s)
InteractiveIOException
public InteractiveIOException(java.lang.String s,
java.lang.Object o,
com.sun.star.task.InteractionClassification ic,
com.sun.star.ucb.IOErrorCode ioec)