Package omero
Class ClientError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- omero.ClientError
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IllegalArgumentException
,UnloadedCollectionException
,UnloadedEntityException
public class ClientError extends ome.conditions.RootException
abstract superclass of all Omero exceptions. Only subclasses of this type will be thrown by the server.- Since:
- 3.0-Beta2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientError(java.lang.String msg)
-