Class IllegalResourceTypeException

  • All Implemented Interfaces:
    Serializable

    public class IllegalResourceTypeException
    extends Exception
    Created by The eXo Platform SARL .
    Version:
    $Id: $
    Author:
    Gennady Azarenkov
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalResourceTypeException

        public IllegalResourceTypeException()
        Default constructor.
      • IllegalResourceTypeException

        public IllegalResourceTypeException​(String message,
                                            Throwable t)
        Constructor accepting String as message and Throwable object as the second argument.
        Parameters:
        message - message
        t - Throwable
      • IllegalResourceTypeException

        public IllegalResourceTypeException​(String message)
        Constructor accepting String as message.
        Parameters:
        message - message
      • IllegalResourceTypeException

        public IllegalResourceTypeException​(Throwable t)
        Constructor accepting Throwable as an argument.
        Parameters:
        t - Throwable