Class EncodingException

All Implemented Interfaces:
Serializable

public final class EncodingException extends RuntimeException
Exception implementation that aims to be thrown when a problem occur while encoding or decoding the content of a part of a SOAP message.
Since:
1.0
See Also:
  • Constructor Details

    • EncodingException

      public EncodingException(String message)
    • EncodingException

      public EncodingException(String message, Throwable cause)