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)
    • ServerException

      public ServerException(String message, Throwable cause)