com.stimulsoft.base.exception
Class StiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stimulsoft.base.exception.StiException
All Implemented Interfaces:
java.io.Serializable

public class StiException
extends java.lang.Exception

Copyright Stimulsoft

See Also:
Serialized Form

Constructor Summary
StiException()
           
StiException(java.lang.String message)
           
StiException(java.lang.String message, java.lang.Throwable cause)
           
StiException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiException

public StiException()

StiException

public StiException(java.lang.String message)

StiException

public StiException(java.lang.String message,
                    java.lang.Throwable cause)

StiException

public StiException(java.lang.Throwable cause)