Package jade.core

Class ProfileException

  • All Implemented Interfaces:
    Serializable

    public class ProfileException
    extends WrapperException
    This class represents an exception related to JADE profile creation or management.
    Author:
    Giovanni Caire - TILAB
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileException

        public ProfileException​(String msg)
        Construct a ProfileException with the given message.
        Parameters:
        msg - The exception message.
      • ProfileException

        public ProfileException​(String msg,
                                Throwable t)
        Constructs a ProfileException with the specified detail message, wrapping the given Throwableobject.
        Parameters:
        msg - The detail message.
        t - The exception to wrap.