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:
java.io.Serializable
public class NoticeException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoticeException(Notice notice)
NoticeException(java.lang.String message, Notice notice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notice
getNotice()
void
setNotice(Notice notice)
-