Class UnssupportedFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.impossibl.postgres.system.procs.UnssupportedFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnssupportedFormatException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnssupportedFormatException()
UnssupportedFormatException(java.lang.String message)
UnssupportedFormatException(java.lang.String message, java.lang.Throwable cause)
UnssupportedFormatException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnssupportedFormatException
public UnssupportedFormatException()
-
UnssupportedFormatException
public UnssupportedFormatException(java.lang.String message, java.lang.Throwable cause)
-
UnssupportedFormatException
public UnssupportedFormatException(java.lang.String message)
-
UnssupportedFormatException
public UnssupportedFormatException(java.lang.Throwable cause)
-
-