Serialized Form
serialVersionUID: -63006267148118655L
uri
String uri
- The URI of the node on which the failed DMT operation was issued, or
null
if the operation was not associated with a node.
code
int code
- The error code of the failure, one of the constants defined in this
class.
message
String message
- The message associated with the exception, or
null
if
there is no error message.
causes
Throwable[] causes
- The list of originating exceptions, or empty list or
null
if there are no originating exceptions.
fatal
boolean fatal
- Determines whether the exception is fatal or not. This is basically a
two-state severity indicator, with the 'fatal' severity being the more
serious one.
serialVersionUID: 2015244852018469700L
cause
Throwable cause
- Nested exception.
Package info.dmtree.security |
serialVersionUID: -3206463101788245739L
isPrefix
boolean isPrefix
serverId
String serverId
serialVersionUID: -1910969921419407809L
prefixPath
boolean prefixPath
path
String path
mask
int mask
actions
String actions
serialVersionUID: 6388752177325038332L
isPrefix
boolean isPrefix
principal
String principal
Package org.osgi.application |
serialVersionUID: -4762149286971897323L
serviceObject
Object serviceObject
Package org.osgi.service.application |
serialVersionUID: 1L
applicationDescriptor
ApplicationDescriptor applicationDescriptor
applicationID
String applicationID
actionsVector
Vector<E> actionsVector
filter
String filter
actions
String actions
appliedFilter
Filter appliedFilter
serialVersionUID: -7173190453622508207L
cause
Throwable cause
errorCode
int errorCode
Package org.osgi.service.cm |
serialVersionUID: -1690090413441769377L
property
String property
reason
String reason
cause
Throwable cause
- Nested exception.
serialVersionUID: 5716868734811965383L
Package org.osgi.service.component |
serialVersionUID: -7438212656298726924L
cause
Throwable cause
- Nested exception.
Package org.osgi.service.deploymentadmin |
serialVersionUID: 1L
delegate
Permission delegate
serialVersionUID: 916011169146851101L
code
int code
message
String message
cause
Throwable cause
Package org.osgi.service.deploymentadmin.spi |
serialVersionUID: 1L
delegate
Permission delegate
serialVersionUID: 9135007015668223386L
code
int code
message
String message
cause
Throwable cause
Package org.osgi.service.event |
serialVersionUID: -5855563886961618300L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- WriteObject is called to save the state of this permission object to a
stream. The actions are serialized, and the superclass takes care of the
name.
- Throws:
IOException
actions
String actions
- The actions in canonical form.
-
Package org.osgi.service.http |
serialVersionUID: 7235606031147877747L
cause
Throwable cause
- Nested exception.
Package org.osgi.service.monitor |
serialVersionUID: -9084425194463274314L
monId
String monId
varId
String varId
prefixMonId
boolean prefixMonId
prefixVarId
boolean prefixVarId
mask
int mask
minJobInterval
int minJobInterval
Package org.osgi.service.prefs |
serialVersionUID: -1415637364122829574L
cause
Throwable cause
- Nested exception.
Package org.osgi.service.upnp |
serialVersionUID: -262013318122195146L
errorCode
int errorCode
- Key for an error information that is an int type variable and that is
used to identify occured errors.
Package org.osgi.service.useradmin |
serialVersionUID: -1179971692401603789L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- writeObject is called to save the state of this object to a stream. The
actions are serialized, and the superclass takes care of the name.
- Throws:
IOException
actions
String actions
- The actions in canonical form.
-
Package org.osgi.service.wireadmin |
serialVersionUID: -5583709391516569321L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject is called to restore the state of the ServicePermission from a
stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- WriteObject is called to save the state of the ServicePermission to a
stream. The actions are serialized, and the superclass takes care of the
name.
- Throws:
IOException
actions
String actions
- The actions in canonical form.
-
Copyright © 2006-2011 OSGi Alliance. All Rights Reserved.