org.smartcomps.twister.engine.exception
Class SelectionFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.smartcomps.twister.engine.exception.EngineRuntimeException
                          |
                          +--org.smartcomps.twister.engine.exception.ExecutionException
                                |
                                +--org.smartcomps.twister.engine.exception.SelectionFailureException
All Implemented Interfaces:
java.io.Serializable

public class SelectionFailureException
extends ExecutionException

Exception corresponding to the bpws:selectionFailure fault.

See Also:
Serialized Form

Constructor Summary
SelectionFailureException(java.lang.String s)
           
SelectionFailureException(java.lang.String s, java.lang.Throwable throwable)
           
SelectionFailureException(java.lang.Throwable throwable)
           
 
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

SelectionFailureException

public SelectionFailureException(java.lang.String s)

SelectionFailureException

public SelectionFailureException(java.lang.String s,
                                 java.lang.Throwable throwable)

SelectionFailureException

public SelectionFailureException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.