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

Constructor Summary
InvalidUNCPathException()
          Default invalid UNC path exception constructor.
InvalidUNCPathException(java.lang.String msg)
          Invalid UNC path exception constructor, with additional details string.
 
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
 

Constructor Detail

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.