Class IllegalNameException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.NameAccessor

    public class IllegalNameException
    extends FileSystemException
    The Class IllegalNameException.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalNameException

        public IllegalNameException​(String aName,
                                    String aMessage,
                                    String aErrorCode)
        Instantiates a new illegal name exception.
        Parameters:
        aName - the name
        aMessage - the message
        aErrorCode - the error code
      • IllegalNameException

        public IllegalNameException​(String aName,
                                    String aMessage,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new illegal name exception.
        Parameters:
        aName - the name
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • IllegalNameException

        public IllegalNameException​(String aName,
                                    String message,
                                    Throwable cause)
        Instantiates a new illegal name exception.
        Parameters:
        aName - the name
        message - the message
        cause - the cause
      • IllegalNameException

        public IllegalNameException​(String aName,
                                    String message)
        Instantiates a new illegal name exception.
        Parameters:
        aName - the name
        message - the message
      • IllegalNameException

        public IllegalNameException​(String aName,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new illegal name exception.
        Parameters:
        aName - the name
        aCause - the cause
        aErrorCode - the error code
      • IllegalNameException

        public IllegalNameException​(String aName,
                                    Throwable cause)
        Instantiates a new illegal name exception.
        Parameters:
        aName - the name
        cause - the cause
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Specified by:
        getName in interface org.refcodes.mixin.NameAccessor
        Returns:
        the name