Package com.impossibl.postgres.system
Class NoticeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.impossibl.postgres.system.NoticeException
-
- All Implemented Interfaces:
Serializable
public class NoticeException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoticeException(Notice notice)
NoticeException(String message, Notice notice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notice
getNotice()
void
setNotice(Notice notice)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-