com.trackstudio.exception
Class GranException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trackstudio.exception.GranException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, CantFindObjectException, MailImportException, 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)
           
GranException(java.lang.Throwable e, java.lang.String s)
           
 
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)

GranException

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

getTSCause

public java.lang.Throwable getTSCause()


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