com.dynalivery.repository.util
Class InvalidPathnameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.repository.util.InvalidPathnameException

public class InvalidPathnameException
extends java.lang.Exception

A public class to return an exception when the specified repository pathname is invalid. The pathname may be invalid due to illegal characters or if one of the intervening folders referenced in the path has not been created.

See Also:
Serialized Form

Constructor Summary
InvalidPathnameException(java.lang.String msg)
          Constructs a InvalidPathnameException with a detail message.
 
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

InvalidPathnameException

public InvalidPathnameException(java.lang.String msg)
Constructs a InvalidPathnameException with a detail message.
Parameters:
msg - the detail message describing the exception.