All Packages Class Hierarchy This Package Previous Next Index
Class com.starla.lite.InvalidUNCPathException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.starla.lite.InvalidUNCPathException
- public class InvalidUNCPathException
- extends Exception
Invalid UNC path exception class
The InvalidUNCPathException indicates that a UNC path has an invalid format.
- See Also:
- PCShare
-
InvalidUNCPathException()
- Default invalid UNC path exception constructor.
-
InvalidUNCPathException(String)
- Invalid UNC path exception constructor, with additional details string.
InvalidUNCPathException
public InvalidUNCPathException()
- Default invalid UNC path exception constructor.
InvalidUNCPathException
public InvalidUNCPathException(String msg)
- Invalid UNC path exception constructor, with additional details string.
All Packages Class Hierarchy This Package Previous Next Index