Class PreventEJBLoggingException

  • All Implemented Interfaces:
    Serializable

    public class PreventEJBLoggingException
    extends RuntimeException
    RuntimeException marked as ApplicationException to prevent logging from EJB layer
    Author:
    eduard
    See Also:
    Serialized Form
    • Constructor Detail

      • PreventEJBLoggingException

        public PreventEJBLoggingException​(Throwable cause)
      • PreventEJBLoggingException

        public PreventEJBLoggingException​(String message,
                                          Throwable cause)
      • PreventEJBLoggingException

        public PreventEJBLoggingException​(String message)