Class CoreException

  • All Implemented Interfaces:
    Serializable

    public class CoreException
    extends com.sodius.mdw.internal.core.eval.filter.FilteredException
    A checked exception representing a failure.

    This class is not intended to be subclassed by clients but may be instantiated.

    See Also:
    Serialized Form
    • Constructor Detail

      • CoreException

        public CoreException​(String message)
        Constructs a CoreException with the specified detail message.
        Parameters:
        message - the detail message.
      • CoreException

        public CoreException​(Throwable cause)
        Constructs a CoreException with the specified cause.
        Parameters:
        cause - the cause.
      • CoreException

        public CoreException​(String message,
                             Throwable cause)
        Constructs a CoreException with the specified detail message and the specified cause.
        Parameters:
        message - the detail message.
        cause - the cause.