Class InstantiationRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.factory.FactoryRuntimeException
org.refcodes.factory.InstantiationRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class InstantiationRuntimeException extends FactoryRuntimeException
Thrown in case of a caught runtime exception of an underlying framework which only shows up at runtime (probably not documented in any API).
See Also:
  • Constructor Details

    • InstantiationRuntimeException

      public InstantiationRuntimeException(String aMessage, String aErrorCode)
    • InstantiationRuntimeException

      public InstantiationRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • InstantiationRuntimeException

      public InstantiationRuntimeException(String aMessage, Throwable aCause)
    • InstantiationRuntimeException

      public InstantiationRuntimeException(String aMessage)
    • InstantiationRuntimeException

      public InstantiationRuntimeException(Throwable aCause, String aErrorCode)
    • InstantiationRuntimeException

      public InstantiationRuntimeException(Throwable aCause)