- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- OptimisticLockException, OverUsageException, ValidationException
public class ApiUsageException
extends RootException
Alerts a user to a misuse of an Omero method call. This includes
IllegalArgumentException
-like and often
IllegalStateException
-like matters. The Api which is
broken may be declaratively checked with annotations and an interceptor or at
run-time with simple assertions.
- Since:
- 3.0
- Version:
- 3.0
- Author:
- Josh Moore josh.moore@gmx.de
- See Also:
- Serialized Form