org.xerial.amoeba.query
Class AmoebaQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.amoeba.query.AmoebaQueryException
All Implemented Interfaces:
Serializable

public class AmoebaQueryException
extends XerialException

See Also:
Serialized Form

Constructor Summary
AmoebaQueryException()
           
AmoebaQueryException(String message)
           
AmoebaQueryException(String message, Throwable cause)
           
AmoebaQueryException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
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

AmoebaQueryException

public AmoebaQueryException()

AmoebaQueryException

public AmoebaQueryException(String message,
                            Throwable cause)
Parameters:
message -
cause -

AmoebaQueryException

public AmoebaQueryException(String message)
Parameters:
message -

AmoebaQueryException

public AmoebaQueryException(Throwable cause)
Parameters:
cause -


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.