public class MllpAuthenticationFailure extends Exception
| Constructor and Description |
|---|
MllpAuthenticationFailure()
Constructs the exception.
|
MllpAuthenticationFailure(String message)
Constructs the exception.
|
MllpAuthenticationFailure(String message,
Throwable cause)
Constructs the exception.
|
MllpAuthenticationFailure(Throwable cause)
Constructs the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MllpAuthenticationFailure()
public MllpAuthenticationFailure(String message)
message - see Exception.Exception(String)public MllpAuthenticationFailure(String message, Throwable cause)
message - see Exception.Exception(String, Throwable)cause - see Exception.Exception(String, Throwable)public MllpAuthenticationFailure(Throwable cause)
cause - see Exception.Exception(Throwable)Copyright © 2015 Open eHealth Foundation. All rights reserved.