Class ResourcesManagerRuntimeException

  • All Implemented Interfaces:
    Serializable, org.silverpeas.core.exception.FromModule, org.silverpeas.core.exception.WithNested

    public class ResourcesManagerRuntimeException
    extends org.silverpeas.core.exception.SilverpeasRuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourcesManagerRuntimeException

        public ResourcesManagerRuntimeException​(String callingClass,
                                                int errorLevel,
                                                String message)
        -------------------------------------------------------------------------- constructors
      • ResourcesManagerRuntimeException

        public ResourcesManagerRuntimeException​(String callingClass,
                                                int errorLevel,
                                                String message,
                                                String extraParams)
      • ResourcesManagerRuntimeException

        public ResourcesManagerRuntimeException​(String callingClass,
                                                int errorLevel,
                                                String message,
                                                Exception nested)
      • ResourcesManagerRuntimeException

        public ResourcesManagerRuntimeException​(String callingClass,
                                                int errorLevel,
                                                String message,
                                                String extraParams,
                                                Exception nested)
    • Method Detail

      • getModule

        public String getModule()