org.outerj.xreporter.report
Class ReportInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.outerj.xreporter.report.ReportInUseException
- All Implemented Interfaces:
- LocalizedException, java.io.Serializable
- public class ReportInUseException
- extends java.lang.Exception
- implements LocalizedException
Thrown when someone tries to get access to a report instance that is in use by another user
(possibly another request of the same user).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
reportInstanceId
protected java.lang.String reportInstanceId
ReportInUseException
public ReportInUseException(java.lang.String reportInstanceId)
getMessage
public java.lang.String getMessage()
getLocalizedMessage
public java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
- Specified by:
getLocalizedMessage
in interface LocalizedException