org.axonframework.eventhandling.annotation
Class UnsupportedPolicyException

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.util.AxonConfigurationException
                          extended by org.axonframework.eventhandling.annotation.UnsupportedPolicyException
All Implemented Interfaces:
Serializable

public class UnsupportedPolicyException
extends AxonConfigurationException

Exception indicating that a given EventSequencingPolicy could not be initialized.

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

Constructor Summary
UnsupportedPolicyException(String message, Throwable cause)
          Initializes this exception with 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

UnsupportedPolicyException

public UnsupportedPolicyException(String message,
                                  Throwable cause)
Initializes this exception with given message and cause.

Parameters:
message - The message describing the cause
cause - The original cause of this exception


Copyright © 2011. All Rights Reserved.