gran.exception
Class GranException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygran.exception.GranException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, UserException

public class GranException
extends java.lang.Exception

General TrackStudio error

See Also:
Serialized Form

Constructor Summary
GranException()
           
GranException(java.lang.Exception e)
           
GranException(java.lang.Exception e, java.lang.String s)
           
GranException(java.lang.String str)
           
GranException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getTSCause()
           
 
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

GranException

public GranException()

GranException

public GranException(java.lang.Exception e)

GranException

public GranException(java.lang.Throwable e)

GranException

public GranException(java.lang.String str)

GranException

public GranException(java.lang.Exception e,
                     java.lang.String s)
Method Detail

getTSCause

public java.lang.Throwable getTSCause()


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.