Class WebException

  • All Implemented Interfaces:
    Serializable

    public class WebException
    extends Exception
    This is used when a lower-level function can tell a higher-level function what kind of error it shoudl report to the end user.
    See Also:
    Serialized Form
    • Constructor Detail

      • WebException

        public WebException​(String msg)
    • Method Detail

      • getCode

        public int getCode()