Package ome.services.graphs
Class GraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.services.graphs.GraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class GraphException extends java.lang.Exception
Exception which will be thrown by traversing the graph if an error occurred. This is a caught exception so that internal API consumers will have to handle any issues and create the proper remote exceptions for clients.- Since:
- Beta4.2.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
message
-
Constructor Summary
Constructors Constructor Description GraphException(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-