Package snap.web
Class AccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
snap.web.AccessException
- All Implemented Interfaces:
Serializable
An exception that indicates that data source doesn't have permission to access data.
- See Also:
-
Constructor Summary
ConstructorDescriptionAccessException
(WebSite aSite, String aMsg) AccessException
(WebSite aSite, Throwable aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessException
public AccessException() -
AccessException
-
AccessException
-
-
Method Details
-
getSite
Returns the data site that threw the exception. -
getURL
Returns the URL that caused the exception (null if exception isn't file specific).
-