com.ibm.batch.container
Class AbortedBeforeStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.batch.container.AbortedBeforeStartException
All Implemented Interfaces:
Serializable

public class AbortedBeforeStartException
extends Exception

See Also:
Serialized Form

Constructor Summary
AbortedBeforeStartException()
           
AbortedBeforeStartException(String message)
           
AbortedBeforeStartException(String message, Throwable cause)
           
AbortedBeforeStartException(Throwable 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

AbortedBeforeStartException

public AbortedBeforeStartException()

AbortedBeforeStartException

public AbortedBeforeStartException(String message)

AbortedBeforeStartException

public AbortedBeforeStartException(Throwable cause)

AbortedBeforeStartException

public AbortedBeforeStartException(String message,
                                   Throwable cause)


Copyright © 2013. All Rights Reserved.