Class UnsupportedOperationDueToRetrievalError

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.federation.access.FederationAccessException
se.liu.ida.hefquin.federation.access.UnsupportedOperationDueToRetrievalError
All Implemented Interfaces:
Serializable

public class UnsupportedOperationDueToRetrievalError extends FederationAccessException
See Also:
  • Field Details

    • errorCode

      protected final Integer errorCode
  • Constructor Details

    • UnsupportedOperationDueToRetrievalError

      public UnsupportedOperationDueToRetrievalError(Integer errorCode, String message)
    • UnsupportedOperationDueToRetrievalError

      public UnsupportedOperationDueToRetrievalError(Integer errorCode, String message, Throwable cause)
    • UnsupportedOperationDueToRetrievalError

      public UnsupportedOperationDueToRetrievalError(String message, Throwable cause)
    • UnsupportedOperationDueToRetrievalError

      public UnsupportedOperationDueToRetrievalError(String message)
    • UnsupportedOperationDueToRetrievalError

      public UnsupportedOperationDueToRetrievalError(Throwable cause)
    • UnsupportedOperationDueToRetrievalError

      public UnsupportedOperationDueToRetrievalError()
  • Method Details

    • getErrorStatusCode

      public Integer getErrorStatusCode()