Class SafeCallingAvoidantException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidLotlDataException

public class SafeCallingAvoidantException extends PdfException
In some cases we need to propagate the exception without @{link SafeCalling} mechanism converting it to report items. This exception is used to indicate that something actually went wrong and not only the validation report is Invalid, but an underlying process might be affected.
See Also:
  • Constructor Details

    • SafeCallingAvoidantException

      public SafeCallingAvoidantException (String message)
      Creates a new instance of SafeCallingAvoidantException with the specified detail message.
      Parameters:
      message - the detail message
    • SafeCallingAvoidantException

      public SafeCallingAvoidantException (String message, Object obj)
      Creates a new instance of SafeCallingAvoidantException with the specified detail message
      Parameters:
      message - the detail message.
      obj - an object for more details.