Class InvalidResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.context.resource.InvalidResourceException
All Implemented Interfaces:
Serializable

public class InvalidResourceException extends Exception
This exception is thrown when a resource load fails.

Created: 2008. 01. 07 AM 3:35:55

See Also:
  • Constructor Details

    • InvalidResourceException

      public InvalidResourceException(String msg)
      Constructor to create exception with a message
      Parameters:
      msg - a message to associate with the exception
    • InvalidResourceException

      public InvalidResourceException(Throwable cause)
      Constructor to create exception to wrap another exception
      Parameters:
      cause - the real cause of the exception
    • InvalidResourceException

      public InvalidResourceException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message
      Parameters:
      msg - the message
      cause - the real cause of the exception