com.evdb.javaapi
Class EVDBAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evdb.javaapi.EVDBAPIException
All Implemented Interfaces:
java.io.Serializable

public class EVDBAPIException
extends java.lang.Exception

Class for exceptions thrown by the API itself

Author:
tylerv
See Also:
Serialized Form

Constructor Summary
EVDBAPIException(GenericErrorResponse response)
           
EVDBAPIException(java.lang.String msg)
           
EVDBAPIException(java.lang.String string, java.lang.Exception 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

EVDBAPIException

public EVDBAPIException(java.lang.String msg)

EVDBAPIException

public EVDBAPIException(GenericErrorResponse response)

EVDBAPIException

public EVDBAPIException(java.lang.String string,
                        java.lang.Exception e)


Copyright © 2007 Eventful Inc. All Rights Reserved.