Package omero.gateway.exception
Class DSAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- omero.gateway.exception.DSAccessException
-
- All Implemented Interfaces:
java.io.Serializable
public class DSAccessException extends java.lang.Exception
Reports an error occurred while trying to pull out data from the server.- Since:
- OME2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSAccessException(java.lang.String message)
Constructs a new exception with the specified detail message.DSAccessException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
-
-
-
Constructor Detail
-
DSAccessException
public DSAccessException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- Short explanation of the problem.
-
DSAccessException
public DSAccessException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- Short explanation of the problem.cause
- The exception that caused this one to be risen.
-
-