Project: stp

com.ibm.rational.wvcm.stp
Class StpReleasable.ReleaseException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by com.ibm.rational.wvcm.stp.StpReleasable.ReleaseException
All Implemented Interfaces:
Serializable
Enclosing interface:
StpReleasable

public static class StpReleasable.ReleaseException
extends RuntimeException

A distinguished unchecked exception for use by implementations of Releasable. Implementations of Releasable should document if they actually throw this exception, under what conditions it occurs and what to expect for the exception's "cause" (Throwable.getCause()).

See Throwable for a description of this general idiom of documenting/returning unchecked exceptions from general interfaces.

See Also:
Serialized Form

Constructor Summary
StpReleasable.ReleaseException(Throwable ex)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StpReleasable.ReleaseException

public StpReleasable.ReleaseException(Throwable ex)

Generated Thu 15-Aug-2013 02:30 AM

Copyright © IBM 2013. All rights reserved.