Module swim.uri
Package swim.uri

Class UriException

All Implemented Interfaces:
Serializable

public class UriException extends RuntimeException
See Also:
  • Constructor Details

    • UriException

      public UriException(String message, Throwable cause)
    • UriException

      public UriException(String message)
    • UriException

      public UriException(Throwable cause)
    • UriException

      public UriException()