Package xyz.gmitch215.socketmc.log
Class FailedAuditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.gmitch215.socketmc.log.FailedAuditException
- All Implemented Interfaces:
 Serializable
Represents an exception thrown when an audit log fails to be written.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new failed audit exception.FailedAuditException(String message) Constructs a new failed audit exception.FailedAuditException(String message, Throwable cause) Constructs a new failed audit exception.FailedAuditException(Throwable cause) Constructs a new failed audit exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
FailedAuditException
Constructs a new failed audit exception.- Parameters:
 message- The message to display.
 - 
FailedAuditException
Constructs a new failed audit exception.- Parameters:
 message- The message to display.cause- The cause of the exception.
 - 
FailedAuditException
Constructs a new failed audit exception.- Parameters:
 cause- The cause of the exception.
 - 
FailedAuditException
public FailedAuditException()Constructs a new failed audit exception. 
 -