org.gcube.data.analysis.tabulardata.operation.worker.exceptions
Class OperationNotEligibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.data.analysis.tabulardata.operation.worker.exceptions.OperationNotEligibleException
- All Implemented Interfaces:
- Serializable
public class OperationNotEligibleException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationNotEligibleException
@Deprecated
public OperationNotEligibleException()
- Deprecated.
OperationNotEligibleException
public OperationNotEligibleException(String reason)
OperationNotEligibleException
public OperationNotEligibleException(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
String reason)
OperationNotEligibleException
public OperationNotEligibleException(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId,
String reason)
getReason
public String getReason()
getTableId
public org.gcube.data.analysis.tabulardata.model.table.TableId getTableId()
getColumnId
public org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId getColumnId()
Copyright © 2013. All Rights Reserved.