Class IOExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.tmatesoft.svn.core.internal.wc.IOExceptionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
public class IOExceptionWrapper extends java.io.IOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private SVNException
myOriginalException
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IOExceptionWrapper(SVNException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNException
getOriginalException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
myOriginalException
private SVNException myOriginalException
-
-
Constructor Detail
-
IOExceptionWrapper
public IOExceptionWrapper(SVNException cause)
-
-
Method Detail
-
getOriginalException
public SVNException getOriginalException()
-
-