|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenR66Exception | |
---|---|
openr66.client | Classes implementing Clients |
openr66.context | Classes implementing Session, Result and ErrorCode |
openr66.context.task.exception | Classes implementing Exceptions for Runner |
openr66.protocol.exception | Classes implementing Exceptions |
openr66.protocol.localhandler | Classes implementing LocalHandlers (real work) |
openr66.protocol.test | Classes implementing Test only |
Uses of OpenR66Exception in openr66.client |
---|
Methods in openr66.client with parameters of type OpenR66Exception | |
---|---|
void |
SendThroughClient.transferInError(OpenR66Exception e)
To be used in case of error after a correct initiate of the request |
Uses of OpenR66Exception in openr66.context |
---|
Fields in openr66.context declared as OpenR66Exception | |
---|---|
OpenR66Exception |
R66Result.exception
The exception associated in case of error (if any exception) |
Constructors in openr66.context with parameters of type OpenR66Exception | |
---|---|
R66Result(OpenR66Exception exception,
R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner)
|
Uses of OpenR66Exception in openr66.context.task.exception |
---|
Subclasses of OpenR66Exception in openr66.context.task.exception | |
---|---|
class |
OpenR66RunnerEndTasksException
Runner exception in end of tasks status |
class |
OpenR66RunnerErrorException
Runner exception in error status |
class |
OpenR66RunnerException
Runner exception |
Uses of OpenR66Exception in openr66.protocol.exception |
---|
Subclasses of OpenR66Exception in openr66.protocol.exception | |
---|---|
class |
OpenR66DatabaseGlobalException
OpenR66 Database Mother Exception |
class |
OpenR66ProtocolBusinessCancelException
Protocol exception on Business part |
class |
OpenR66ProtocolBusinessException
Protocol exception on Business part |
class |
OpenR66ProtocolBusinessNoWriteBackException
Protocol exception on Business part without any write back action |
class |
OpenR66ProtocolBusinessQueryAlreadyFinishedException
Protocol exception on Business part due to Query is already finished |
class |
OpenR66ProtocolBusinessQueryStillRunningException
Protocol exception on Business part due to Query is still running |
class |
OpenR66ProtocolBusinessRemoteFileNotFoundException
Protocol exception on Business part telling that remote host did not find the file. |
class |
OpenR66ProtocolBusinessStopException
Protocol exception on Business part |
class |
OpenR66ProtocolNetworkException
Protocol exception due to a network error |
class |
OpenR66ProtocolNoConnectionException
Protocol Exception when no connection is possible |
class |
OpenR66ProtocolNoDataException
Protocol exception due to no Data exception |
class |
OpenR66ProtocolNoSslException
Protocol Exception when no SSL is supported |
class |
OpenR66ProtocolNotAuthenticatedException
Business Protocol exception due to no valid authentication |
class |
OpenR66ProtocolNotYetConnectionException
Protocol Exception when a connection is not yet possible but could be later on |
class |
OpenR66ProtocolPacketException
Protocol exception on Packet |
class |
OpenR66ProtocolRemoteShutdownException
Protocol Exception for remote information of Shutdown |
class |
OpenR66ProtocolShutdownException
Protocol Exception to enable Shutdown |
class |
OpenR66ProtocolSystemException
Protocol exception due to system error |
Methods in openr66.protocol.exception that return OpenR66Exception | |
---|---|
static OpenR66Exception |
OpenR66ExceptionTrappedFactory.getExceptionFromTrappedException(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.ExceptionEvent e)
|
Uses of OpenR66Exception in openr66.protocol.localhandler |
---|
Methods in openr66.protocol.localhandler that throw OpenR66Exception | |
---|---|
void |
LocalServerHandler.messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
|
void |
LocalChannelReference.waitReadyForSendThrough()
Special waiter for Send Through method. |
Uses of OpenR66Exception in openr66.protocol.test |
---|
Methods in openr66.protocol.test with parameters of type OpenR66Exception | |
---|---|
void |
TestSendThroughForward.transferInError(OpenR66Exception e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |