com.webify.wsf.sdk.subscriber
Class SubscriberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webify.wsf.sdk.subscriber.SubscriberException
All Implemented Interfaces:
java.io.Serializable

public class SubscriberException
extends java.lang.Exception

Author:
babka@us.ibm.com
See Also:
Serialized Form

Constructor Summary
SubscriberException()
           
SubscriberException(java.lang.String message)
           
SubscriberException(java.lang.String message, java.lang.Throwable cause)
           
SubscriberException(java.lang.Throwable cause)
           
 
Method Summary
 
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

SubscriberException

public SubscriberException()

SubscriberException

public SubscriberException(java.lang.String message)

SubscriberException

public SubscriberException(java.lang.String message,
                           java.lang.Throwable cause)

SubscriberException

public SubscriberException(java.lang.Throwable cause)


Copyright © 2002-2009 IBM. All Rights Reserved.