com.starla.smb
Class InvalidUNCPathException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.starla.smb.InvalidUNCPathException
- public class InvalidUNCPathException
- extends java.lang.Exception
Invalid UNC path exception class
The InvalidUNCPathException indicates that a UNC path has an invalid format.
- See Also:
PCShare
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
InvalidUNCPathException
public InvalidUNCPathException()
- Default invalid UNC path exception constructor.
InvalidUNCPathException
public InvalidUNCPathException(java.lang.String msg)
- Invalid UNC path exception constructor, with additional details string.