org.apache.ws.notification.base
Class ResumeFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.notification.base.ResumeFailedException
All Implemented Interfaces:
java.io.Serializable

public class ResumeFailedException
extends java.lang.Exception

TODO

See Also:
Serialized Form

Constructor Summary
ResumeFailedException()
          Creates a new ResumeFailedException object.
ResumeFailedException(java.lang.Throwable cause)
          Creates a new ResumeFailedException object.
 
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

ResumeFailedException

public ResumeFailedException(java.lang.Throwable cause)
Creates a new ResumeFailedException object.

Parameters:
cause - DOCUMENT_ME

ResumeFailedException

public ResumeFailedException()
Creates a new ResumeFailedException object.



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.