com.ebmwebsourcing.wsstar.notification.extension.utils
Class WSNotificationExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.easywsdl.schema.api.XmlException
              extended by org.ow2.easywsdl.schema.api.SchemaException
                  extended by com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
All Implemented Interfaces:
java.io.Serializable

public class WSNotificationExtensionException
extends org.ow2.easywsdl.schema.api.SchemaException

Typed WSNotification "Extended types" Exception

Author:
Thierry Déjean - eBM WebSourcing
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from class org.ow2.easywsdl.schema.api.SchemaException
CONFIGURATION_ERROR, INVALID_Schema, NO_PREFIX_SPECIFIED, OTHER_ERROR, PARSER_ERROR, UNBOUND_PREFIX
 
Constructor Summary
WSNotificationExtensionException(java.lang.String msg)
          Constructor.
WSNotificationExtensionException(java.lang.String faultCode, java.lang.String msg)
          Constructor.
WSNotificationExtensionException(java.lang.String faultCode, java.lang.String msg, java.lang.Throwable t)
          Constructor.
WSNotificationExtensionException(java.lang.String msg, java.lang.Throwable t)
          Constructor.
WSNotificationExtensionException(java.lang.Throwable t)
          Constructor.
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.schema.api.SchemaException
getFaultCode, getLocation, getTargetException, setFaultCode, setLocation, setTargetException
 
Methods inherited from class org.ow2.easywsdl.schema.api.XmlException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WSNotificationExtensionException

public WSNotificationExtensionException(java.lang.String faultCode,
                                        java.lang.String msg,
                                        java.lang.Throwable t)
Constructor. See SchemaException description for more details

Parameters:
faultCode - exception code (see SchemaException)
msg - a short significant text description
t - a wrapped "standard" exception

WSNotificationExtensionException

public WSNotificationExtensionException(java.lang.String msg,
                                        java.lang.Throwable t)
Constructor. See SchemaException description for more details

Parameters:
msg - a short significant text description
t - a wrapped "standard" exception

WSNotificationExtensionException

public WSNotificationExtensionException(java.lang.Throwable t)
Constructor. See SchemaException description for more details

Parameters:
t - a wrapped "standard" exception

WSNotificationExtensionException

public WSNotificationExtensionException(java.lang.String msg)
Constructor. See SchemaException description for more details

Parameters:
msg - a wrapped "standard" exception

WSNotificationExtensionException

public WSNotificationExtensionException(java.lang.String faultCode,
                                        java.lang.String msg)
Constructor. See SchemaException description for more details

Parameters:
faultCode - exception code (see SchemaException)
msg - a short significant text description


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.