com.indexdata.torus2.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.indexdata.torus2.exception.InternalIOException
com.indexdata.torus2.exception.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends InternalIOException
So why this class? I find it way cleaner to percolate that from the
lowest-level and then throw 404 in the container rather than checking
for nulls on each level. I can be persuaded otherwise.
- Author:
- jakub
- 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(String msg,
Throwable cause)
NotFoundException
public NotFoundException(String msg)
Copyright © 2008-2013 Index Data. All Rights Reserved.