Class UserPortalApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.user_portal.api.provider.model.UserPortalApiException
All Implemented Interfaces:
Serializable

public final class UserPortalApiException extends Exception
See Also:
  • Constructor Details

    • UserPortalApiException

      public UserPortalApiException(String message)
      Parameters:
      message - Message with details about the error.
    • UserPortalApiException

      public UserPortalApiException(String message, Throwable cause)
      Parameters:
      message - Message with details about the error.
      cause - Underlying cause of the exception.
    • UserPortalApiException

      public UserPortalApiException(Throwable cause)
      Parameters:
      cause - Underlying cause of the exception.