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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserPortalApiException(String message)UserPortalApiException(String message, Throwable cause)UserPortalApiException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
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.
 
 - 
 
 -