public class SequenceNotFoundException extends OperationFailureException
Database.openSequence
if the
sequence record does not exist and the SequenceConfig AllowCreate
parameter is false.
The Transaction
handle is not invalidated as a result of
this exception.
Constructor and Description |
---|
SequenceNotFoundException(String message)
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
OperationFailureException |
wrapSelf(String msg)
For internal use only.
|
addErrorMessage, getMessage, getVersionHeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SequenceNotFoundException(String message)
public OperationFailureException wrapSelf(String msg)
wrapSelf
in class OperationFailureException
Copyright (c) 2004, 2013 Oracle and/or its affiliates. All rights reserved.