org.moremotion.startable
Class StartableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.moremotion.exception.MoreMotionException
              extended by org.moremotion.startable.StartableException
All Implemented Interfaces:
java.io.Serializable

public class StartableException
extends MoreMotionException

Version:
$Id: StartableException.java 518 2010-02-19 11:02:39Z erkan $
See Also:
Serialized Form

Constructor Summary
StartableException(java.lang.Exception rootCause)
           
StartableException(java.lang.String messsage)
           
StartableException(java.lang.String messsage, java.lang.String[] arguments, java.lang.Exception rootCause)
           
 
Method Summary
 
Methods inherited from class org.moremotion.exception.MoreMotionException
getArguments, getLocalizedMessage, getMessage, getOriginalSQLException, getResBundleName, getResourceMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setResBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartableException

public StartableException(java.lang.Exception rootCause)

StartableException

public StartableException(java.lang.String messsage)

StartableException

public StartableException(java.lang.String messsage,
                          java.lang.String[] arguments,
                          java.lang.Exception rootCause)


Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.