Class DeserializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sentrysoftware.metricshub.engine.common.exception.DeserializationException
All Implemented Interfaces:
Serializable

public class DeserializationException extends RuntimeException
Exception thrown to indicate a failure in deserialization.
See Also:
  • Constructor Details

    • DeserializationException

      public DeserializationException(String message, Throwable cause)
      Constructs a new DeserializationException with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
    • DeserializationException

      public DeserializationException(String message)
      Constructs a new DeserializationException with the specified detail message.
      Parameters:
      message - The detail message.