Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.syncope.core.persistence.api.dao.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends RuntimeException
Thrown when something is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String msg)
NotFoundException(String msg, Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-