com.faunos.skwish
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.faunos.skwish.SkwishException
com.faunos.skwish.SegmentException
com.faunos.skwish.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends SegmentException
Exception thrown when an expected resource is not found.
- Author:
- Babak Farhang
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException()
NotFoundException
public NotFoundException(String message)
NotFoundException
public NotFoundException(Throwable cause)
NotFoundException
public NotFoundException(String message,
Throwable cause)