Class NotFoundExceptionForDirectory
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
de.aservo.confapi.commons.exception.NotFoundException
de.aservo.confapi.crowd.exception.NotFoundExceptionForDirectory
- All Implemented Interfaces:
Serializable
public class NotFoundExceptionForDirectory
extends de.aservo.confapi.commons.exception.NotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundExceptionForDirectory(long id) NotFoundExceptionForDirectory(de.aservo.confapi.commons.model.AbstractDirectoryBean directoryBean) -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundExceptionForDirectory
public NotFoundExceptionForDirectory(de.aservo.confapi.commons.model.AbstractDirectoryBean directoryBean) -
NotFoundExceptionForDirectory
-
NotFoundExceptionForDirectory
public NotFoundExceptionForDirectory(long id)
-