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:
- java.io.Serializable
 
 public class AccessException extends java.lang.RuntimeExceptionAn exception that indicates that data source doesn't have permission to access data.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AccessException()AccessException(WebSite aSite, java.lang.String aMsg)AccessException(WebSite aSite, java.lang.Throwable aCause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSitegetSite()Returns the data site that threw the exception.WebURLgetURL()Returns the URL that caused the exception (null if exception isn't file specific).
 
-