one.world.binding
Class UnknownResourceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--one.world.binding.BindingException
|
+--one.world.binding.UnknownResourceException
- All Implemented Interfaces:
- Serializable
- public class UnknownResourceException
- extends BindingException
Implementation of an unknown resource exception. An unknown
resource exception signals a resource descriptor that is
unrecognized by the recipient of the descriptor.
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
UnknownResourceException
public UnknownResourceException()
- Create a new unknown resource exception with no detail message.
UnknownResourceException
public UnknownResourceException(String msg)
- Create a new unknown resource exception with the specified detail
message.
- Parameters:
msg - The detail message.
(C) Copyright 2001 UW CSE