Class BGPrinterNotloggedMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.plugins.cashcheck.common.BGPrinterNotloggedMessageException
- All Implemented Interfaces:
java.io.Serializable
public class BGPrinterNotloggedMessageException
extends ru.bitel.bgbilling.common.BGMessageException
Сообщение о том, что на принтер не вошли. Расширяет сообщение обычное, чтобы
по ходу работы в клиенте можно было это понять и сделать какие-то дела,
например, показать диалог логина.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BGPrinterNotloggedMessageException()
BGPrinterNotloggedMessageException(java.lang.String message)
-
Method Summary
Methods inherited from class ru.bitel.bgbilling.common.BGException
getMessage, getTag, printStackTraceToString, printStackTraceToString, setTag, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BGPrinterNotloggedMessageException
public BGPrinterNotloggedMessageException() -
BGPrinterNotloggedMessageException
public BGPrinterNotloggedMessageException(java.lang.String message)
-