Class TLcdCSWServiceException

All Implemented Interfaces:
Serializable

public class TLcdCSWServiceException extends TLcdOGCServiceException
Extension of TLcdOGCServiceException, containing specific error messages and codes for CSW service exceptions.
Since:
2017.0
See Also:
  • Field Details

  • Constructor Details

    • TLcdCSWServiceException

      public TLcdCSWServiceException(String aMessage, int aCode)
      Constructor with an error message and code.

      The given exception information is converted to a TLcdOWSException and added to the list of exceptions. This list can be retrieved through TLcdOGCServiceException.getExceptions().

      Parameters:
      aMessage - the error message
      aCode - the exception's error code.
    • TLcdCSWServiceException

      public TLcdCSWServiceException(String aMessage, int aCode, String aLocator)
      Constructor with an error message, code and locator.

      The given exception information is converted to a TLcdOWSException and added to the list of exceptions. This list can be retrieved through TLcdOGCServiceException.getExceptions().

      Parameters:
      aMessage - the error message
      aCode - the exception's error code.
      aLocator - the location of the error in the client request
    • TLcdCSWServiceException

      public TLcdCSWServiceException(String aMessage, int aCode, String aLocator, String aServiceVersion)
      Constructor with an error message, code, locator and service information.

      The given exception information is converted to a TLcdOWSException and added to the list of exceptions. This list can be retrieved through TLcdOGCServiceException.getExceptions().

      Parameters:
      aMessage - the error message
      aCode - the exception's error code.
      aLocator - the location of the error in the client request
      aServiceVersion - the version of the service that generated the exception.
  • Method Details