org.apache.ws.notification.base
Class PauseFailedException

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

public class PauseFailedException
extends java.lang.Exception

TODO

See Also:
Serialized Form

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

PauseFailedException

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

Parameters:
cause - DOCUMENT_ME

PauseFailedException

public PauseFailedException()
Creates a new PauseFailedException object.



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