Class AxonServerNonTransientRemoteCommandHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.messaging.core.RemoteNonTransientHandlingException
org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
- All Implemented Interfaces:
Serializable
public class AxonServerNonTransientRemoteCommandHandlingException
extends RemoteNonTransientHandlingException
Exception indicating a non-transient problem that was reported by the remote end of a connection.
- Since:
- 4.5
- Author:
- Stefan Andjelkovic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAxonServerNonTransientRemoteCommandHandlingException(String errorCode, io.axoniq.axonserver.grpc.ErrorMessage errorMessage) Initialize the exception with givenerrorCodeanderrorMessage. -
Method Summary
Methods inherited from class org.axonframework.messaging.core.RemoteNonTransientHandlingException
getExceptionDescriptionsMethods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOfMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AxonServerNonTransientRemoteCommandHandlingException
public AxonServerNonTransientRemoteCommandHandlingException(String errorCode, io.axoniq.axonserver.grpc.ErrorMessage errorMessage) Initialize the exception with givenerrorCodeanderrorMessage.- Parameters:
errorCode- the code reported by the servererrorMessage- the message describing the exception on the remote end
-
-
Method Details