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
-
-
Constructor Summary
Constructors Constructor Description IOExceptionWrapper(SVNException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNException
getOriginalException()
-
-
-
Constructor Detail
-
IOExceptionWrapper
public IOExceptionWrapper(SVNException cause)
-
-
Method Detail
-
getOriginalException
public SVNException getOriginalException()
-
-