Klasse IntakeRuntimeException

Alle implementierten Schnittstellen:
Serializable

public class IntakeRuntimeException extends RuntimeException
Base runtime exception thrown by the Intake service.
Version:
$Id$
Autor:
Eric Pugh
Siehe auch:
  • Konstruktordetails

    • IntakeRuntimeException

      public IntakeRuntimeException()
      Constructs a new IntakeRuntimeException without specified detail message.
    • IntakeRuntimeException

      public IntakeRuntimeException(String msg)
      Constructs a new IntakeRuntimeException with specified detail message.
      Parameter:
      msg - The error message.
    • IntakeRuntimeException

      public IntakeRuntimeException(Throwable nested)
      Constructs a new IntakeRuntimeException with specified nested Throwable.
      Parameter:
      nested - The exception or error that caused this exception to be thrown.
    • IntakeRuntimeException

      public IntakeRuntimeException(String msg, Throwable nested)
      Constructs a new IntakeRuntimeException with specified detail message and nested Throwable.
      Parameter:
      msg - The error message.
      nested - The exception or error that caused this exception to be thrown.