com.akiban.sql
Class StandardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.akiban.sql.StandardException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncomparableException, SQLParserException

public class StandardException
extends Exception

See Also:
Serialized Form

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

StandardException

public StandardException(String msg)

StandardException

public StandardException(Throwable cause)

StandardException

public StandardException(String msg,
                         Throwable cause)


Copyright © 2013 Akiban Technologies, Inc. All rights reserved.