org.eclipse.stardust.common.error
Class ExpectedFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.common.error.ExpectedFailureException
All Implemented Interfaces:
Serializable

public class ExpectedFailureException
extends PublicException

Version:
$Revision$
Author:
rsauer
See Also:
Serialized Form

Constructor Summary
ExpectedFailureException(ErrorCase errorCase)
           
ExpectedFailureException(ErrorCase errorCase, Throwable e)
           
ExpectedFailureException(String message)
          Deprecated.  
ExpectedFailureException(String message, Throwable e)
          Deprecated.  
ExpectedFailureException(Throwable e)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.common.error.ApplicationException
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedFailureException

public ExpectedFailureException(String message)
Deprecated. 


ExpectedFailureException

public ExpectedFailureException(ErrorCase errorCase)

ExpectedFailureException

public ExpectedFailureException(Throwable e)
Deprecated. 


ExpectedFailureException

public ExpectedFailureException(ErrorCase errorCase,
                                Throwable e)

ExpectedFailureException

public ExpectedFailureException(String message,
                                Throwable e)
Deprecated. 



Copyright © 2017 Eclipse Stardust. All Rights Reserved.