Class PathNotFoundRuntimeException

All Implemented Interfaces:
Serializable

Since:
9/15/14
Author:
cabeer
See Also:
  • Constructor Details

    • PathNotFoundRuntimeException

      public PathNotFoundRuntimeException(String message, Throwable rootCause)
      Wrap a PathNotFoundException in a runtime exception
      Parameters:
      message - the original message.
      rootCause - the root cause.
    • PathNotFoundRuntimeException

      Create a PathNotFoundException directly.
      Parameters:
      message - the original message.