public static class Report.FailedException extends RuntimeException
Report.FailedException
is thrown when an exception was occurred while processing messages in Report
.Constructor and Description |
---|
FailedException()
Creates a new instance.
|
FailedException(String message)
Creates a new instance.
|
FailedException(String message,
Throwable cause)
Creates a new instance.
|
FailedException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FailedException()
public FailedException(String message, Throwable cause)
message
- the exception message (nullable)cause
- the original cause (nullable)public FailedException(String message)
message
- the exception message (nullable)public FailedException(Throwable cause)
cause
- the original cause (nullable)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.