org.axonframework.test
Class FixtureExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.axonframework.util.AxonException
                  extended by org.axonframework.util.AxonNonTransientException
                      extended by org.axonframework.test.FixtureExecutionException
All Implemented Interfaces:
Serializable

public class FixtureExecutionException
extends AxonNonTransientException

Exception indicating that an error occurred that prevented successful execution of a test fixture

Since:
0.6
Author:
Allard Buijze
See Also:
Serialized Form

Constructor Summary
FixtureExecutionException(String message)
          Construct the exception with the given message
FixtureExecutionException(String message, Throwable cause)
          Construct the exception with the given message and cause.
 
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

FixtureExecutionException

public FixtureExecutionException(String message)
Construct the exception with the given message

Parameters:
message - the message describing the cause

FixtureExecutionException

public FixtureExecutionException(String message,
                                 Throwable cause)
Construct the exception with the given message and cause.

Parameters:
message - the message describing the cause
cause - the underlying cause


Copyright © 2010. All Rights Reserved.