org.acegisecurity.acls
public class NotFoundException extends AcegiSecurityException
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. |
contains, getMessage, getMostSpecificCause, getRootCause
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 causeCopyright © 2004-2014 Interface21, Inc. All Rights Reserved.