Class InstantiationException

  • All Implemented Interfaces:
    Serializable

    public class InstantiationException
    extends ShiroException
    Runtime exception thrown by the framework when unable to instantiate a Class via reflection.
    Since:
    0.2
    See Also:
    Serialized Form
    • Constructor Detail

      • InstantiationException

        public InstantiationException()
        Creates a new InstantiationException.
      • InstantiationException

        public InstantiationException​(String message)
        Constructs a new InstantiationException.
        Parameters:
        message - the reason for the exception
      • InstantiationException

        public InstantiationException​(Throwable cause)
        Constructs a new InstantiationException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • InstantiationException

        public InstantiationException​(String message,
                                      Throwable cause)
        Constructs a new InstantiationException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.