Class MagdaConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
be.vlaanderen.vip.magda.exception.MagdaConnectionException
All Implemented Interfaces:
Serializable

public class MagdaConnectionException extends Exception
An exception that occurs while connecting to a MAGDA server.
See Also:
  • Constructor Details

    • MagdaConnectionException

      public MagdaConnectionException(String message, Exception cause)
    • MagdaConnectionException

      public MagdaConnectionException(String message, int statusCode, Exception cause)
    • MagdaConnectionException

      public MagdaConnectionException(String message)
    • MagdaConnectionException

      public MagdaConnectionException(String message, int statusCode)