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:
java.io.Serializable
public class LoggingException extends java.lang.RuntimeException
This exception is thrown if something goes wrong during logging.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggingException(java.lang.String message)
Creates an exception with the specified message.LoggingException(java.lang.String message, java.lang.Throwable cause)
Creates an exception with the specified message and cause.
-
-
-
Constructor Detail
-
LoggingException
public LoggingException(java.lang.String message, java.lang.Throwable cause)
Creates an exception with the specified message and cause.- Parameters:
message
- the exception messagecause
- the underlying cause of this exception
-
LoggingException
public LoggingException(java.lang.String message)
Creates an exception with the specified message.- Parameters:
message
- the exception message
-
-