Class MllpAuthenticationFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpAuthenticationFailure
- All Implemented Interfaces:
Serializable
Exception thrown by processors to indicate that an authentication failure occurred
and has to be logged in ATNA.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs the exception.MllpAuthenticationFailure
(String message) Constructs the exception.MllpAuthenticationFailure
(String message, Throwable cause) Constructs the exception.Constructs the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MllpAuthenticationFailure
public MllpAuthenticationFailure()Constructs the exception. -
MllpAuthenticationFailure
Constructs the exception.- Parameters:
message
- seeException(String)
-
MllpAuthenticationFailure
Constructs the exception.- Parameters:
message
- seeException(String, Throwable)
cause
- seeException(String, Throwable)
-
MllpAuthenticationFailure
Constructs the exception.- Parameters:
cause
- seeException(Throwable)
-