Class GeonetworkInstanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.datatransfer.resolver.gis.exception.GeonetworkInstanceException
-
- All Implemented Interfaces:
Serializable
public class GeonetworkInstanceException extends Exception
The Class GeonetworkInstanceException.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 16, 2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeonetworkInstanceException()Instantiates a new geonetwork instance exception.GeonetworkInstanceException(String message)Instantiates a new geonetwork instance exception.GeonetworkInstanceException(org.gcube.spatial.data.geonetwork.model.faults.AuthorizationException e)Instantiates a new geonetwork instance exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GeonetworkInstanceException
public GeonetworkInstanceException()
Instantiates a new geonetwork instance exception.
-
GeonetworkInstanceException
public GeonetworkInstanceException(String message)
Instantiates a new geonetwork instance exception.- Parameters:
message- the message
-
GeonetworkInstanceException
public GeonetworkInstanceException(org.gcube.spatial.data.geonetwork.model.faults.AuthorizationException e)
Instantiates a new geonetwork instance exception.- Parameters:
e- the e
-
-