Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.vlaanderen.vip.magda.exception.ServerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoResponseException, UitzonderingenSectionInResponseException

public class ServerException extends RuntimeException
An exception that occurs in a communication with a MAGDA server.
See Also:
  • Constructor Details

    • ServerException

      public ServerException(String message, UUID correlationID, UUID requestID)
    • ServerException

      public ServerException(String message, Throwable cause, UUID correlationID, UUID requestID)
  • Method Details

    • getCorrelationID

      public UUID getCorrelationID()
    • getRequestID

      public UUID getRequestID()