org.axonframework.test
Class FixtureExecutionException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.axonframework.common.AxonException
                  
org.axonframework.common.AxonNonTransientException
                      
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
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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 causecause - the underlying cause
 
Copyright © 2010-2016. All Rights Reserved.