Package com.mendix.logging
Class LoggingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.logging.LoggingException
- All Implemented Interfaces:
- Serializable
This exception is thrown if something goes wrong during logging.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLoggingException(String message) Creates an exception with the specified message.LoggingException(String message, Throwable cause) Creates an exception with the specified message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LoggingExceptionCreates an exception with the specified message and cause.- Parameters:
- message- the exception message
- cause- the underlying cause of this exception
 
- 
LoggingExceptionCreates an exception with the specified message.- Parameters:
- message- the exception message
 
 
-