Class TomcatServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.server.tomcat.TomcatServiceException
All Implemented Interfaces:
Serializable

public final class TomcatServiceException extends RuntimeException
A RuntimeException that is raised when configuring or starting an embedded Tomcat fails.
See Also:
  • Constructor Details

    • TomcatServiceException

      public TomcatServiceException()
      Creates a new instance.
    • TomcatServiceException

      public TomcatServiceException(@Nullable @Nullable String message)
      Creates a new instance with the specified message.
    • TomcatServiceException

      public TomcatServiceException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause)
      Creates a new instance with the specified message and cause.
    • TomcatServiceException

      public TomcatServiceException(@Nullable @Nullable Throwable cause)
      Creates a new instance with the specified cause.