Class ResourceLoadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.resources.spi.ResourceLoadingException
All Implemented Interfaces:
Serializable

public class ResourceLoadingException extends RuntimeException
Exception thrown when errors occur while loading resource
Author:
Pete Muir
See Also:
  • Constructor Details

    • ResourceLoadingException

      public ResourceLoadingException()
      Constructor
    • ResourceLoadingException

      public ResourceLoadingException(String message, Throwable throwable)
      Constructor
      Parameters:
      message - The message
      throwable - The exception
    • ResourceLoadingException

      public ResourceLoadingException(String message)
      Constructor
      Parameters:
      message - The message
    • ResourceLoadingException

      public ResourceLoadingException(Throwable throwable)
      Constructor
      Parameters:
      throwable - The exception