public class IdpRuntimeException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
IdpRuntimeException()
Creates a new SDK exception. 
 | 
IdpRuntimeException(java.lang.String message,
                   java.lang.Object... args)
Creates a new runtime exception with error message. 
 | 
IdpRuntimeException(java.lang.Throwable cause,
                   java.lang.String message,
                   java.lang.Object... args)
Creates a new runtime exception with causing exception and error message. 
 | 
public IdpRuntimeException()
public IdpRuntimeException(java.lang.String message,
                           java.lang.Object... args)
message - The message following String.format(String, Object...) syntax.args - The optional formatting arguments.public IdpRuntimeException(java.lang.Throwable cause,
                           java.lang.String message,
                           java.lang.Object... args)
cause - The nested exception causing this exception.message - The message following String.format(String, Object...) syntax.args - The optional formatting arguments.