Class UserPortalApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.user_portal.api.provider.model.UserPortalApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserPortalApiException(String message) UserPortalApiException(String message, Throwable cause) UserPortalApiException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserPortalApiException
- Parameters:
message- Message with details about the error.
-
UserPortalApiException
-
UserPortalApiException
- Parameters:
cause- Underlying cause of the exception.
-