Package org.terracotta.utilities.test.io
Class WindowsSpecialFolder.SpecialFolderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.terracotta.utilities.test.io.WindowsSpecialFolder.SpecialFolderException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- WindowsSpecialFolder
public static class WindowsSpecialFolder.SpecialFolderException extends java.io.IOExceptionThrown when the folder assigned to a Windows Special Folder identifier cannot be determined.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private intcodeprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateSpecialFolderException(java.lang.String specialFolder, java.util.List<java.lang.String> errorDetail, int code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcode()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
code
private final int code
-
-