Class AccessException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessException
    extends java.lang.RuntimeException
    An exception that indicates that data source doesn't have permission to access data.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WebSite getSite()
      Returns the data site that threw the exception.
      WebURL getURL()
      Returns the URL that caused the exception (null if exception isn't file specific).
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccessException

        public AccessException()
      • AccessException

        public AccessException​(WebSite aSite,
                               java.lang.String aMsg)
      • AccessException

        public AccessException​(WebSite aSite,
                               java.lang.Throwable aCause)
    • Method Detail

      • 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).