Class WMSImagery.WMSGetCapabilitiesException

    • Constructor Detail

      • WMSGetCapabilitiesException

        public WMSGetCapabilitiesException​(String message,
                                           String incomingData)
        Constructs a new WMSGetCapabilitiesException
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method
        incomingData - the answer from the server
        Since:
        10520
    • Method Detail

      • getIncomingData

        public String getIncomingData()
        The data that caused this exception.
        Returns:
        The server response to the capabilities request.