Class UnexpectedFactoryRuntimeException

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

public class UnexpectedFactoryRuntimeException
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:
Serialized Form
  • Constructor Details

    • UnexpectedFactoryRuntimeException

      public UnexpectedFactoryRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new unexpected factory runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • UnexpectedFactoryRuntimeException

      public UnexpectedFactoryRuntimeException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unexpected factory runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • UnexpectedFactoryRuntimeException

      public UnexpectedFactoryRuntimeException​(String message, Throwable cause)
      Instantiates a new unexpected factory runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • UnexpectedFactoryRuntimeException

      public UnexpectedFactoryRuntimeException​(String message)
      Instantiates a new unexpected factory runtime exception.
      Parameters:
      message - the message
    • UnexpectedFactoryRuntimeException

      public UnexpectedFactoryRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new unexpected factory runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • UnexpectedFactoryRuntimeException

      public UnexpectedFactoryRuntimeException​(Throwable cause)
      Instantiates a new unexpected factory runtime exception.
      Parameters:
      cause - the cause