Class ApplicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.app.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException extends Exception
Represents any problem encountered during processing of a message by an Application.
Author:
Bryan Tripp
See Also:
  • Constructor Details

    • ApplicationException

      Constructs an instance of ApplicationException with the specified detail message.
    • ApplicationException

      Constructs a new exception with the specified underlying cause.
      Parameters:
      cause - an exception that is the reason for this exception
    • ApplicationException

      public ApplicationException(String msg, Throwable cause)
      Constructs a new exception with the specified underlying cause and detail message.
      Parameters:
      msg - detail message
      cause - an exception that is the reason for this exception