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:
Serializable
Enclosing class:
WindowsSpecialFolder

public static class WindowsSpecialFolder.SpecialFolderException extends IOException
Thrown when the folder assigned to a Windows Special Folder identifier cannot be determined.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • code

      private final int code
  • Constructor Details

    • SpecialFolderException

      private SpecialFolderException(String specialFolder, List<String> errorDetail, int code)
  • Method Details

    • code

      public int code()