Package com.impossibl.postgres.system
Class UnsupportedServerVersion
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.impossibl.postgres.system.UnsupportedServerVersion
-
- All Implemented Interfaces:
Serializable
public class UnsupportedServerVersion extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedServerVersion(Version version)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedServerVersion
public UnsupportedServerVersion(Version version)
-
-