public class NotFoundException extends AclDataAccessException
Constructor and Description |
---|
NotFoundException(java.lang.String msg)
Constructs an
NotFoundException with the specified message. |
NotFoundException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
NotFoundException with the specified message and root
cause. |
public NotFoundException(java.lang.String msg)
NotFoundException
with the specified message.msg
- the detail messagepublic NotFoundException(java.lang.String msg, java.lang.Throwable t)
NotFoundException
with the specified message and root
cause.msg
- the detail messaget
- root cause