org.apache.ws.resource
Class IllegalResourceTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.ws.resource.ResourceException
                      extended byorg.apache.ws.resource.IllegalResourceTypeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalResourceTypeException
extends ResourceException

This exception is thrown by ResourceHome.add(org.apache.ws.resource.Resource) when the specified Resource is not of the type supported by the home.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
IllegalResourceTypeException()
          Creates a new IllegalResourceTypeException object.
IllegalResourceTypeException(java.lang.String msg)
          Creates a new IllegalResourceTypeException object.
IllegalResourceTypeException(java.lang.String message, java.lang.Throwable t)
          Creates a new IllegalResourceTypeException object.
IllegalResourceTypeException(java.lang.Throwable t)
          Creates a new IllegalResourceTypeException object.
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

IllegalResourceTypeException

public IllegalResourceTypeException()
Creates a new IllegalResourceTypeException object.


IllegalResourceTypeException

public IllegalResourceTypeException(java.lang.String msg)
Creates a new IllegalResourceTypeException object.

Parameters:
msg - DOCUMENT_ME

IllegalResourceTypeException

public IllegalResourceTypeException(java.lang.String message,
                                    java.lang.Throwable t)
Creates a new IllegalResourceTypeException object.

Parameters:
message - DOCUMENT_ME
t - DOCUMENT_ME

IllegalResourceTypeException

public IllegalResourceTypeException(java.lang.Throwable t)
Creates a new IllegalResourceTypeException object.

Parameters:
t - DOCUMENT_ME


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