Class UnsupportedVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.tranic.t.base.exception.UnsupportedVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedVersionException extends RuntimeException
This exception is a subclass of RuntimeException and is typically used to signal scenarios where a particular version of a component, resource, or specification cannot be processed or is not supported by the system.
See Also:
  • Constructor Details

    • UnsupportedVersionException

      public UnsupportedVersionException()
    • UnsupportedVersionException

      public UnsupportedVersionException(String message)