org.eclipse.lyo.oslc4j.core.exception
Class OslcCoreMisusedOccursException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
              extended by org.eclipse.lyo.oslc4j.core.exception.OslcCoreMisusedOccursException
All Implemented Interfaces:
Serializable

public final class OslcCoreMisusedOccursException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreMisusedOccursException(Class<?> resourceClass, Method method)
           
 
Method Summary
 Method getMethod()
           
 Class<?> getResourceClass()
           
 
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

OslcCoreMisusedOccursException

public OslcCoreMisusedOccursException(Class<?> resourceClass,
                                      Method method)
Method Detail

getMethod

public Method getMethod()

getResourceClass

public Class<?> getResourceClass()


Copyright © 2012. All Rights Reserved.