Class FailedInstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.gmitch215.socketmc.instruction.FailedInstructionException
All Implemented Interfaces:
Serializable

public class FailedInstructionException extends RuntimeException
Thrown when a SocketMC instruction fails to execute.
See Also:
  • Constructor Details

    • FailedInstructionException

      public FailedInstructionException()
      Constructs a new FailedInstructionException with no message.
    • FailedInstructionException

      public FailedInstructionException(String message)
      Constructs a new FailedInstructionException with the specified message.
      Parameters:
      message - The message
    • FailedInstructionException

      public FailedInstructionException(String message, Throwable cause)
      Constructs a new FailedInstructionException with the specified message and cause.
      Parameters:
      message - The message
      cause - The cause
    • FailedInstructionException

      public FailedInstructionException(Throwable cause)
      Constructs a new FailedInstructionException with the specified cause.
      Parameters:
      cause - The cause