ninja.activeproxy.path
Class InvalidPathIDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ninja.activeproxy.path.InvalidPathIDException

public class InvalidPathIDException
extends java.lang.Exception

Thrown when the path ID is invalid (null path ID, there are no resources associated with that path ID, etc.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
InvalidPathIDException()
          Constructs an InvalidPathIDException with no specified detail message.
InvalidPathIDException(java.lang.String s)
          Constructs an InvalidPathException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

InvalidPathIDException

public InvalidPathIDException()
Constructs an InvalidPathIDException with no specified detail message.

InvalidPathIDException

public InvalidPathIDException(java.lang.String s)
Constructs an InvalidPathException with the specified detail message.
Parameters:
s - the detail message.