Class TomcatServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.server.tomcat.TomcatServiceException
- All Implemented Interfaces:
Serializable
A
RuntimeException that is raised when configuring or starting an embedded Tomcat fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.TomcatServiceException(@Nullable String message) Creates a new instance with the specifiedmessage.TomcatServiceException(@Nullable String message, @Nullable Throwable cause) Creates a new instance with the specifiedmessageandcause.TomcatServiceException(@Nullable Throwable cause) Creates a new instance with the specifiedcause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TomcatServiceException
public TomcatServiceException()Creates a new instance. -
TomcatServiceException
Creates a new instance with the specifiedmessage. -
TomcatServiceException
public TomcatServiceException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause) Creates a new instance with the specifiedmessageandcause. -
TomcatServiceException
Creates a new instance with the specifiedcause.
-