alt.jiapi
Class JiapiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by alt.jiapi.JiapiException
All Implemented Interfaces:
java.io.Serializable

public class JiapiException
extends java.lang.Exception

Root exception for Jiapi exceptions.

Author:
Mika Riekkinen, Joni Suominen
See Also:
Serialized Form

Constructor Summary
JiapiException(java.lang.String message)
           
JiapiException(java.lang.String message, java.lang.Throwable detail)
           
 
Method Summary
 java.lang.Throwable getDetail()
           
 
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

JiapiException

public JiapiException(java.lang.String message)

JiapiException

public JiapiException(java.lang.String message,
                      java.lang.Throwable detail)
Method Detail

getDetail

public java.lang.Throwable getDetail()


Copyright © 2001. Documenation generated August 26 2011.