public class InvalidRecordIDException extends RecordStoreException
| Constructor and Description |
|---|
InvalidRecordIDException()
Constructs a new
InvalidRecordIDException with no detail
message. |
InvalidRecordIDException(java.lang.String message)
Constructs a new
InvalidRecordIDException with the
specified detail message. |
public InvalidRecordIDException(java.lang.String message)
InvalidRecordIDException with the
specified detail message.message - the detail messagepublic InvalidRecordIDException()
InvalidRecordIDException with no detail
message.Copyright (c) 2014, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.