CommandPostingException

public final class CommandPostingException extends RuntimeException

Exception that is thrown when a command could not be posted to a CommandBus.

Properties

Link copied to clipboard
public final CommandContext context

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public Message getCommandMessage()
Obtains the command message of the command which could not be posted.
Link copied to clipboard
public CommandContext getContext()
Obtains the context of the command which could not be posted.

Inherited functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()