Class UResourceTypeMismatchException

  • All Implemented Interfaces:
    Serializable

    public class UResourceTypeMismatchException
    extends RuntimeException
    Exception thrown when the requested resource type is not the same type as the available resource
    Author:
    ram
    See Also:
    Serialized Form
    • Constructor Detail

      • UResourceTypeMismatchException

        public UResourceTypeMismatchException​(String msg)
        Constuct the exception with the given message
        Parameters:
        msg - the error message for this exception