org.zanata.client.commands
Class AppAbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zanata.client.commands.AppAbortException
All Implemented Interfaces:
Serializable

public class AppAbortException
extends RuntimeException

Author:
Sean Flanigan sflaniga@redhat.com
See Also:
Serialized Form

Constructor Summary
AppAbortException(String msg)
           
AppAbortException(String msg, Throwable e)
           
 
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

AppAbortException

public AppAbortException(String msg,
                         Throwable e)
Parameters:
msg -
e -

AppAbortException

public AppAbortException(String msg)
Parameters:
msg -


Copyright © 2013 Zanata Project. All Rights Reserved.