Package net.anotheria.anosite.access
Class AnoSiteAccessAPIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anoplass.api.APIException
-
- net.anotheria.anosite.access.AnoSiteAccessAPIException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessOperationNotFoundAPIException
public class AnoSiteAccessAPIException extends net.anotheria.anoplass.api.APIExceptionAnoSiteAccessAPImain exception.- Author:
- Alexandr Bolbat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnoSiteAccessAPIException()Default constructor.AnoSiteAccessAPIException(String message)Public constructor.AnoSiteAccessAPIException(String message, Exception cause)Public constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AnoSiteAccessAPIException
public AnoSiteAccessAPIException()
Default constructor.
-
AnoSiteAccessAPIException
public AnoSiteAccessAPIException(String message)
Public constructor.- Parameters:
message- - exception message
-
-