Class PathPrefixerException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class PathPrefixerException extends AnchorFriendlyCheckedException
Thrown when unable to successfully determine a prefix for a path.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • PathPrefixerException

      public PathPrefixerException(String message)
      Creates from a message only.
      Parameters:
      message - the message.
    • PathPrefixerException

      public PathPrefixerException(Throwable cause)
      Creates from a cause only.
      Parameters:
      cause - the cause.