Class MagdaConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
be.vlaanderen.vip.magda.exception.MagdaConnectionException
- All Implemented Interfaces:
Serializable
An exception that occurs while connecting to a MAGDA server.
- See Also:
-
Constructor Summary
ConstructorDescriptionMagdaConnectionException
(String message) MagdaConnectionException
(String message, int statusCode) MagdaConnectionException
(String message, int statusCode, Exception cause) MagdaConnectionException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MagdaConnectionException
-
MagdaConnectionException
-
MagdaConnectionException
-
MagdaConnectionException
-