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:
  • Constructor Details

    • GeoNetworkException

      public GeoNetworkException()
    • GeoNetworkException

      public GeoNetworkException(String message)
    • GeoNetworkException

      public GeoNetworkException(Throwable cause)
    • GeoNetworkException

      public GeoNetworkException(String message, Throwable cause)
    • GeoNetworkException

      public GeoNetworkException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)