Class DecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.yamcs.utils.DecodingException
All Implemented Interfaces:
Serializable

public class DecodingException extends Exception
See Also:
  • Constructor Details

    • DecodingException

      public DecodingException()
    • DecodingException

      public DecodingException(String message)
    • DecodingException

      public DecodingException(String message, Throwable cause)
    • DecodingException

      public DecodingException(Throwable cause)