Class AsyncExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fren_gor.ultimateAdvancementAPI.exceptions.AsyncExecutionException
All Implemented Interfaces:
Serializable

public class AsyncExecutionException extends RuntimeException
This exception is thrown when some code which should be executed sync is executed async instead.
See Also:
  • Constructor Details

    • AsyncExecutionException

      public AsyncExecutionException()
    • AsyncExecutionException

      public AsyncExecutionException(String message)
    • AsyncExecutionException

      public AsyncExecutionException(String message, Throwable cause)
    • AsyncExecutionException

      public AsyncExecutionException(Throwable cause)
    • AsyncExecutionException

      protected AsyncExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)