|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.websphere.personalization.resources.ResourceException com.ibm.websphere.personalization.resources.WriteResourceToStreamException
public class WriteResourceToStreamException
This Exception indicates an error writing a resource to a stream, normally as XML.
ResourceManager3.writeResourceToStream(OutputStreamWriter, Resource, RequestContext, String)
,
ResourceManager3.writeResourcesToStream(OutputStreamWriter, Enumeration, RequestContext, String)
,
Serialized FormConstructor Summary | |
---|---|
WriteResourceToStreamException()
Creates a new WriteResourceToStreamException with an empty cause and message. |
|
WriteResourceToStreamException(java.lang.Exception cause)
Creates a new WriteResourceToStreamException and inits the cause. |
|
WriteResourceToStreamException(java.lang.String message)
Creates a new WriteResourceToStreamException with the supplied message. |
Method Summary | |
---|---|
java.lang.Exception |
getNestedException()
Deprecated. Use getCause instead. |
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 |
---|
public WriteResourceToStreamException()
public WriteResourceToStreamException(java.lang.String message)
public WriteResourceToStreamException(java.lang.Exception cause)
cause
- The cause of this WriteResourceToStreamExceptionMethod Detail |
---|
public java.lang.Exception getNestedException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |