Class GeoNetworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.spatial.data.geonetwork.model.faults.GeoNetworkException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException,ConfigurationException,InvalidInsertConfigurationException,MissingServiceEndpointException
public class GeoNetworkException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoNetworkException()GeoNetworkException(String message)GeoNetworkException(String message, Throwable cause)GeoNetworkException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)GeoNetworkException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-