Package com.atlassian.bamboo.utils
Class FileCopier.IoOutputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.atlassian.bamboo.utils.FileCopier.IoOutputException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileCopier
public static class FileCopier.IoOutputException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IoOutputException(IOException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IoOutputException
public IoOutputException(IOException e)
-
-