Class NucleusEnhanceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NucleusEnhanceException
    extends NucleusException
    Exception thrown during enhancement when an error occurs.
    See Also:
    Serialized Form
    • Constructor Detail

      • NucleusEnhanceException

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

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

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