Class SocketEndpointAddressException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.spiffe.exception.SocketEndpointAddressException
All Implemented Interfaces:
Serializable

public class SocketEndpointAddressException extends Exception
Checked exception thrown to indicate that the socket endpoint address could not be parsed or is not valid.
See Also:
  • Constructor Details

    • SocketEndpointAddressException

      public SocketEndpointAddressException(String message)
    • SocketEndpointAddressException

      public SocketEndpointAddressException(String message, Throwable cause)