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