Class ResourceContextException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceContextException
    extends java.lang.Exception
    Resource Context Exception.
    Version:
    1.0
    Author:
    $Id: 5a53c6f35babee847c0a45edbc4de7e8f33d0ec8 $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceContextException​(java.lang.String msg)
      Create a new ResourceContextException
      ResourceContextException​(java.lang.String msg, java.lang.Throwable t)
      Create a new ResourceContextException
    • 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

      • ResourceContextException

        public ResourceContextException​(java.lang.String msg)
        Create a new ResourceContextException
        Parameters:
        msg - message
      • ResourceContextException

        public ResourceContextException​(java.lang.String msg,
                                        java.lang.Throwable t)
        Create a new ResourceContextException
        Parameters:
        msg - message
        t - exception