Class SocketEndpointAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.spiffe.exception.SocketEndpointAddressException
- All Implemented Interfaces:
Serializable
Checked exception thrown to indicate that the socket endpoint address
could not be parsed or is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSocketEndpointAddressException(String message) SocketEndpointAddressException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SocketEndpointAddressException
-
SocketEndpointAddressException
-