eXo JCR :: Component :: Webdav Service 1.15.11-GA

org.exoplatform.services.jcr.webdav.resource
Class IllegalResourceTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.jcr.webdav.resource.IllegalResourceTypeException
All Implemented Interfaces:
Serializable

public class IllegalResourceTypeException
extends Exception

Created by The eXo Platform SARL .

Version:
$Id: $
Author:
Gennady Azarenkov
See Also:
Serialized Form

Constructor Summary
IllegalResourceTypeException()
          Default constructor.
IllegalResourceTypeException(String message)
          Constructor accepting String as message.
IllegalResourceTypeException(String message, Throwable t)
          Constructor accepting String as message and Throwable object as the second argument.
IllegalResourceTypeException(Throwable t)
          Constructor accepting Throwable as an argument.
 
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

IllegalResourceTypeException

public IllegalResourceTypeException()
Default constructor.


IllegalResourceTypeException

public IllegalResourceTypeException(String message,
                                    Throwable t)
Constructor accepting String as message and Throwable object as the second argument.

Parameters:
message - message
t - Throwable

IllegalResourceTypeException

public IllegalResourceTypeException(String message)
Constructor accepting String as message.

Parameters:
message - message

IllegalResourceTypeException

public IllegalResourceTypeException(Throwable t)
Constructor accepting Throwable as an argument.

Parameters:
t - Throwable

eXo JCR :: Component :: Webdav Service 1.15.11-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.