Class RequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fpang.http.execption.RequestException
All Implemented Interfaces:
Serializable

public class RequestException extends Exception
See Also:
  • Constructor Details

    • RequestException

      public RequestException()
    • RequestException

      public RequestException(String detailMessage, Throwable throwable)
    • RequestException

      public RequestException(String detailMessage)
    • RequestException

      public RequestException(Throwable throwable)