Class GRSFRecordAlreadyManagedStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.datacatalogue.grsf_manage_widget.shared.ex.GRSFRecordAlreadyManagedStatusException
-
- All Implemented Interfaces:
Serializable
public class GRSFRecordAlreadyManagedStatusException extends Exception implements Serializable
The Class GRSFRecordAlreadyManagedStatusException.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Mar 21, 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GRSFRecordAlreadyManagedStatusException()GRSFRecordAlreadyManagedStatusException(org.gcube.datacatalogue.common.enums.Status theStatus, String arg0)Instantiates a new GRSF record already managed status exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.datacatalogue.common.enums.StatusgetStatus()Gets the status.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GRSFRecordAlreadyManagedStatusException
public GRSFRecordAlreadyManagedStatusException()
-
GRSFRecordAlreadyManagedStatusException
public GRSFRecordAlreadyManagedStatusException(org.gcube.datacatalogue.common.enums.Status theStatus, String arg0)Instantiates a new GRSF record already managed status exception.- Parameters:
theStatus- the the statusarg0- the arg 0
-
-