Class UnsupportedOperationDueToRetrievalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.federation.access.FederationAccessException
se.liu.ida.hefquin.engine.federation.access.UnsupportedOperationDueToRetrievalError
-
Field Summary
FieldsFields inherited from class se.liu.ida.hefquin.engine.federation.access.FederationAccessException
fm, req
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedOperationDueToRetrievalError
(Integer errorCode, String message, Throwable cause, DataRetrievalRequest req, FederationMember fm) UnsupportedOperationDueToRetrievalError
(Integer errorCode, String message, DataRetrievalRequest req, FederationMember fm) UnsupportedOperationDueToRetrievalError
(String message, Throwable cause, DataRetrievalRequest req, FederationMember fm) UnsupportedOperationDueToRetrievalError
(String message, DataRetrievalRequest req, FederationMember fm) UnsupportedOperationDueToRetrievalError
(Throwable cause, DataRetrievalRequest req, FederationMember fm) -
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.federation.access.FederationAccessException
getDataRetrievalRequest, getFederationMember
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
-
-
Constructor Details
-
UnsupportedOperationDueToRetrievalError
public UnsupportedOperationDueToRetrievalError(Integer errorCode, String message, DataRetrievalRequest req, FederationMember fm) -
UnsupportedOperationDueToRetrievalError
public UnsupportedOperationDueToRetrievalError(Integer errorCode, String message, Throwable cause, DataRetrievalRequest req, FederationMember fm) -
UnsupportedOperationDueToRetrievalError
public UnsupportedOperationDueToRetrievalError(String message, Throwable cause, DataRetrievalRequest req, FederationMember fm) -
UnsupportedOperationDueToRetrievalError
public UnsupportedOperationDueToRetrievalError(String message, DataRetrievalRequest req, FederationMember fm) -
UnsupportedOperationDueToRetrievalError
public UnsupportedOperationDueToRetrievalError(Throwable cause, DataRetrievalRequest req, FederationMember fm) -
UnsupportedOperationDueToRetrievalError
-
-
Method Details
-
getErrorStatusCode
-