Class HTTPDAOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GetSimBrief.SimBriefException

public class HTTPDAOException extends DAOException
An Exception thrown by HTTP Data Access Objects.
Since:
4.0
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • HTTPDAOException

      HTTPDAOException(Throwable t)
      Creates a new DAO Exception.
      Parameters:
      t - the inner Exception
    • HTTPDAOException

      HTTPDAOException(String msg, int code)
      Creates a new DAO Exception.
      Parameters:
      msg - the message
      code - the HTTP status code
  • Method Details