public class EndpointGroupException extends RuntimeException
RuntimeException
raised when the resolution of an EndpointGroup
fails.Modifier | Constructor and Description |
---|---|
|
EndpointGroupException()
Creates a new instance.
|
|
EndpointGroupException(String message)
Creates a new instance with the specified
message . |
|
EndpointGroupException(String message,
Throwable cause)
Creates a new instance with the specified
message and cause . |
protected |
EndpointGroupException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates a new instance with the specified
message , cause , suppression enabled or
disabled, and writable stack trace enabled or disabled. |
|
EndpointGroupException(Throwable cause)
Creates a new instance with the specified
cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EndpointGroupException()
public EndpointGroupException(String message, Throwable cause)
message
and cause
.public EndpointGroupException(String message)
message
.public EndpointGroupException(Throwable cause)
cause
.© Copyright 2015–2018 LINE Corporation. All rights reserved.