org.omg.DsLogAdmin
Class InvalidAttribute
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.DsLogAdmin.InvalidAttribute
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class InvalidAttribute
- extends UserException
Raised by set_record_attribute() if one of the attributes is invalid.
The InvalidAttribute exception is raised only when an implementation supports
some predefined attributes. The log implementation will not be able to validate
client defined attributes at run time, therefore it is the client?s responsibility to make
sure the attributes specified are valid.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
attr_name
public java.lang.String attr_name
value
public Any value
InvalidAttribute
public InvalidAttribute()
InvalidAttribute
public InvalidAttribute(java.lang.String attr_name,
Any value)
InvalidAttribute
public InvalidAttribute(java.lang.String _reason,
java.lang.String attr_name,
Any value)
Read the latest documentation online