com.ibm.commerce.context.content.resources.exception

Class ResourceException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.context.content.resources.exception.ResourceException
    • 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

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

      • ResourceException

        public ResourceException()
        Default constructor.
      • ResourceException

        public ResourceException(java.lang.String arg0)
        Constructor with a String argument.
        Parameters:
        arg0 - Additional explanation for the exception
      • ResourceException

        public ResourceException(java.lang.Throwable _cause)
        Default constructor.
        Parameters:
        _cause - The cause of the exception.
      • ResourceException

        public ResourceException(java.lang.String msg,
                                 java.lang.Throwable _cause)
        Default constructor.
        Parameters:
        msg - The message of the exception.
        _cause - The cause of the exception.