Class BeanCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.small.exception.request.BeanCreationException
All Implemented Interfaces:
Serializable

public class BeanCreationException extends RuntimeException
Exception thrown when a bean could not be created.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • BeanCreationException

      public BeanCreationException(String message)
      Creates a new exception.
      Parameters:
      message - the exception message.
    • BeanCreationException

      public BeanCreationException(String message, Throwable exception)
      Creates a new exception with a message.
      Parameters:
      message - the exception message.
      exception - the exception cause.