Class NucleusEnhanceException

All Implemented Interfaces:
Serializable

public class NucleusEnhanceException extends NucleusException
Exception thrown during enhancement when an error occurs.
See Also:
  • Field Details

  • Constructor Details

    • NucleusEnhanceException

      public NucleusEnhanceException(String msg)
      Message-based exception constructor.
      Parameters:
      msg - The message
    • NucleusEnhanceException

      public NucleusEnhanceException(String msg, Throwable[] nested)
      Parameters:
      msg - The message
      nested - Nested exceptions
    • NucleusEnhanceException

      public NucleusEnhanceException(String msg, Throwable nested)
      Parameters:
      msg - The message
      nested - Nested exception