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