Class ReferenceException

All Implemented Interfaces:
Serializable

public class ReferenceException extends InternalException
Error when required component dependency cannot be found.
See Also:
  • Constructor Details

    • ReferenceException

      public ReferenceException()
      Creates an error instance and assigns its values.
    • ReferenceException

      public ReferenceException(Object locator)
      Creates an error instance and assigns its values.
      Parameters:
      locator - the locator to find reference to dependent component.
    • ReferenceException

      public ReferenceException(String correlationId, Object locator)
      Creates an error instance and assigns its values.
      Parameters:
      correlationId - (optional) a unique transaction id to trace execution through call chain.
      locator - the locator to find reference to dependent component.
    • ReferenceException

      public ReferenceException(String correlationId, String message)
    • ReferenceException

      public ReferenceException(String correlationId, String code, String message)