Package | Description |
---|---|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.context |
Classes implementing Session, Result and ErrorCode
|
org.waarp.openr66.context.task.exception |
Classes implementing Exceptions for Runner
|
org.waarp.openr66.protocol.exception |
Classes implementing Exceptions
|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
Modifier and Type | Method and Description |
---|---|
void |
SendThroughClient.transferInError(OpenR66Exception e)
To be used in case of error after a correct initiate of the request
|
Modifier and Type | Method and Description |
---|---|
OpenR66Exception |
R66Result.getException() |
Modifier and Type | Method and Description |
---|---|
void |
R66Result.setException(OpenR66Exception exception) |
Constructor and Description |
---|
R66Result(OpenR66Exception exception,
R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner) |
Modifier and Type | Class and Description |
---|---|
class |
OpenR66RunnerEndTasksException
Runner exception in end of tasks status
|
class |
OpenR66RunnerErrorException
Runner exception in error status
|
class |
OpenR66RunnerException
Runner exception
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static OpenR66Exception |
OpenR66ExceptionTrappedFactory.getExceptionFromTrappedException(io.netty.channel.Channel channel,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
void |
LocalChannelReference.waitReadyForSendThrough()
Special waiter for Send Through method.
|
Copyright © 2009–2020 Waarp. All rights reserved.