org.apache.fulcrum.intake
Class IntakeRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.fulcrum.intake.IntakeRuntimeException
All Implemented Interfaces:
Serializable

public class IntakeRuntimeException
extends RuntimeException

Base runtime exception thrown by the Intake service.

Version:
$Id: IntakeRuntimeException.java 671325 2008-06-24 20:02:14Z tv $
Author:
Eric Pugh
See Also:
Serialized Form

Constructor Summary
IntakeRuntimeException()
          Constructs a new IntakeRuntimeException without specified detail message.
IntakeRuntimeException(String msg)
          Constructs a new IntakeRuntimeException with specified detail message.
IntakeRuntimeException(String msg, Throwable nested)
          Constructs a new IntakeRuntimeException with specified detail message and nested Throwable.
IntakeRuntimeException(Throwable nested)
          Constructs a new IntakeRuntimeException with specified nested Throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntakeRuntimeException

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


IntakeRuntimeException

public IntakeRuntimeException(String msg)
Constructs a new IntakeRuntimeException with specified detail message.

Parameters:
msg - The error message.

IntakeRuntimeException

public IntakeRuntimeException(Throwable nested)
Constructs a new IntakeRuntimeException with specified nested Throwable.

Parameters:
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.

Parameters:
msg - The error message.
nested - The exception or error that caused this exception to be thrown.


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.