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

Constructor Index

 o InvalidUNCPathException()
Default invalid UNC path exception constructor.
 o InvalidUNCPathException(String)
Invalid UNC path exception constructor, with additional details string.

Constructors

 o InvalidUNCPathException
 public InvalidUNCPathException()
Default invalid UNC path exception constructor.

 o InvalidUNCPathException
 public InvalidUNCPathException(String msg)
Invalid UNC path exception constructor, with additional details string.


All Packages  Class Hierarchy  This Package  Previous  Next  Index