Package com.fifa.connectid.sdk
Class RegistrationFacadeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.RegistrationFacadeException
-
- All Implemented Interfaces:
Serializable
public class RegistrationFacadeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistrationFacadeException(String message)RegistrationFacadeException(String message, Throwable cause)RegistrationFacadeException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)RegistrationFacadeException(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
-
RegistrationFacadeException
public RegistrationFacadeException(String message)
-
RegistrationFacadeException
public RegistrationFacadeException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
RegistrationFacadeException
public RegistrationFacadeException(Throwable cause)
-
-