Package snap.web

Class AccessException

All Implemented Interfaces:
Serializable

public class AccessException extends RuntimeException
An exception that indicates that data source doesn't have permission to access data.
See Also:
  • Constructor Details

    • AccessException

      public AccessException()
    • AccessException

      public AccessException(WebSite aSite, String aMsg)
    • AccessException

      public AccessException(WebSite aSite, Throwable aCause)
  • Method Details

    • getSite

      public WebSite getSite()
      Returns the data site that threw the exception.
    • getURL

      public WebURL getURL()
      Returns the URL that caused the exception (null if exception isn't file specific).