org.xcmis.spi
Class TypeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
              extended by org.xcmis.spi.TypeNotFoundException
All Implemented Interfaces:
Serializable

public final class TypeNotFoundException
extends CmisException

May be thrown if requested type not found in repository.

Version:
$Id: TypeNotFoundException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
TypeNotFoundException()
          Construct instance TypeNotFoundException without message.
TypeNotFoundException(String message)
          Construct instance TypeNotFoundException with message.
 
Method Summary
 
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

TypeNotFoundException

public TypeNotFoundException()
Construct instance TypeNotFoundException without message.


TypeNotFoundException

public TypeNotFoundException(String message)
Construct instance TypeNotFoundException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.