Class UResourceTypeMismatchException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      UResourceTypeMismatchException​(java.lang.String msg)
      Constuct the exception with the given message
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UResourceTypeMismatchException

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