org.apache.ws.resource.properties
Class MetaDataViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.ws.resource.properties.MetaDataViolationException
All Implemented Interfaces:
java.io.Serializable

public class MetaDataViolationException
extends java.lang.RuntimeException

Indicates a violation of the metadata constraints associated with a resource properties document.

Author:
Ian P. Springer
See Also:
Serialized Form

Constructor Summary
MetaDataViolationException(java.lang.String message)
          Creates a new MetaDataViolationException 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

MetaDataViolationException

public MetaDataViolationException(java.lang.String message)
Creates a new MetaDataViolationException object.

Parameters:
message - DOCUMENT_ME


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