it.eng.spagobi.utilities
Class GenericSavingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spagobi.utilities.GenericSavingException
All Implemented Interfaces:
java.io.Serializable

public class GenericSavingException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GenericSavingException()
           
GenericSavingException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getLocalizedMessage()
           
 void setLocalizedMessage(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

GenericSavingException

public GenericSavingException()

GenericSavingException

public GenericSavingException(java.lang.String msg)
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable

setLocalizedMessage

public void setLocalizedMessage(java.lang.String msg)