Class UnsupportedInStandaloneModeException

All Implemented Interfaces:
Serializable

public class UnsupportedInStandaloneModeException extends UnsupportedOperationException
Exception thrown when attempting to use features that are not supported in standalone mode.

This exception indicates that a requested operation is only available when running within a full Maven build context, not in the simplified standalone environment.

Since:
4.0.0
See Also:
  • Constructor Details

    • UnsupportedInStandaloneModeException

      public UnsupportedInStandaloneModeException()
      Constructs a new exception with a default message.
    • UnsupportedInStandaloneModeException

      public UnsupportedInStandaloneModeException(String message)
      Constructs a new exception with a specific message.
      Parameters:
      message - the detail message