|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.omg.CORBA.UserException org.omg.DsLogAdmin.LogFull
public final class LogFull
Raised by write_records() or write_recordlist() operations. If the log?s availability status is "log_full" and its LogFullAction is "halt," then a LogFull exception is raised and the number of log records written will be returned in the exception.
Field Summary | |
---|---|
short |
n_records_written
|
Constructor Summary | |
---|---|
LogFull()
|
|
LogFull(short n_records_written)
|
|
LogFull(java.lang.String _reason,
short n_records_written)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public short n_records_written
Constructor Detail |
---|
public LogFull()
public LogFull(short n_records_written)
public LogFull(java.lang.String _reason, short n_records_written)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |