public class LogRepositoryException
extends java.lang.Exception
Constructor and Description |
---|
LogRepositoryException(java.lang.String message)
constructs exception with the specified message.
|
LogRepositoryException(java.lang.String message,
java.lang.Throwable cause)
constructs exception with the specified message and cause.
|
LogRepositoryException(java.lang.Throwable cause)
constructs exception with the specified cause.
|
public LogRepositoryException(java.lang.String message)
message
- details of the problem.public LogRepositoryException(java.lang.Throwable cause)
cause
- cause for throwing this exception.public LogRepositoryException(java.lang.String message, java.lang.Throwable cause)
message
- details of the problem.cause
- cause for throwing this exception.