Uses of Class
be.erwinsmout.NotFoundException

Packages that use NotFoundException
be.erwinsmout   
be.SIRAPRISE.client   
be.SIRAPRISE.client.jsba   
be.SIRAPRISE.messages   
be.SIRAPRISE.util   
 

Uses of NotFoundException in be.erwinsmout
 

Methods in be.erwinsmout that throw NotFoundException
static java.io.InputStream MyResource.getResourceInputStream(java.lang.Class<?> clazz, java.lang.String resourceName)
          Attempts to find a resource of the given name, and returns an input stream for reading that resource if it can be found.
static java.io.InputStream MyResource.getResourceInputStream(java.lang.String resourceName)
          Attempts to find a resource of the given name, and returns an input stream for reading that resource if it can be found.
 

Uses of NotFoundException in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that throw NotFoundException
static ServerCommand ServerCommand.getCommandObjectFor(java.lang.String commandName, java.lang.String commandContent)
          Factory method for obtaining command objects, given a command name and the corresponding command options in texutal format
static ServerCommand ServerCommand.getCommandObjectFrom(java.lang.String commandText)
          Factory method for obtaining command objects, given a fulltext command such as "ASSERT R,R(...)" or "CMD(...)CMD(...)"
 Heading Heading.getHeading(java.lang.String attributeName)
          Gets the heading object defining the relation type of the named attribute, which must be relation-typed
 java.lang.String Heading.getTypeName(java.lang.String attributeName)
          Gets the typename of the named attribute.
 byte[] Signer.sign(java.security.Signature signature, byte[] signMessage)
          Computes the signature for the given byte string and the given Signature.
 byte[] ProcessScript.sign(java.security.Signature signature, byte[] signMessage)
           
 

Uses of NotFoundException in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba that throw NotFoundException
 byte[] DBObjectInterfaceGenerator.sign(java.security.Signature signature, byte[] signMessage)
           
 

Uses of NotFoundException in be.SIRAPRISE.messages
 

Methods in be.SIRAPRISE.messages that throw NotFoundException
 ServerMessageType ServerMessageTypes.getServerMessageType(int messageType)
          Gets the most recent version of the ServerMessageType of the indicated type, that is, the version that is used in the SIRA_PRISE version that this package conforms to / corresponds with.
 ServerMessageType ServerMessageTypes.getServerMessageTypeForMessageVersion(int messageType, int messageVersion)
          Gets The ServerMessageType of the indicated type and version
 ServerMessageType ServerMessageTypes.getServerMessageTypeForSiraPriseVersion(int messageType, Version siraPriseVersion)
          Gets The ServerMessageType of the indicated type that was used in the indicated SIRA_PRISE specification version
 

Uses of NotFoundException in be.SIRAPRISE.util
 

Methods in be.SIRAPRISE.util that throw NotFoundException
static java.security.cert.Certificate MyCertificate.getCertificate(java.lang.Class<?> clazz)
          Gets a Certificate object of the default certificate type.
static java.security.cert.Certificate MyCertificate.getCertificate(java.lang.Class<?> clazz, java.lang.String certificateType)
          Gets a Certificate object of the given certificate type.
static java.io.InputStream MyCertificate.getCertificateInputStream(java.lang.Class<?> clazz)
          Gets an InputStream for reading a resource corresponding to the given class.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.Class<?> clazz)
          Gets a KeyStore object of the default keystore type.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.Class<?> clazz, char[] storePassword)
          Gets a KeyStore object of the default keystore type.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.Class<?> clazz, java.lang.String keyStoreType)
          Gets a KeyStore object of the given keystore type.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.Class<?> clazz, java.lang.String keyStoreType, char[] storePassword)
          Gets a KeyStore object of the given keystore type.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.String user)
          Gets a keystore object for a keystore of the default keystore type for the named user.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.String user, char[] storePassword)
          Gets a keystore object for a keystore of the named keystore type for the named user.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.String user, java.lang.String keyStoreType)
          Gets a keystore object for a keystore of the named keystore type for the named user.
static java.security.KeyStore MyKeyStore.getKeyStore(java.lang.String user, java.lang.String keyStoreType, char[] storePassword)
          Gets a keystore object for a keystore of the named keystore type for the named user.
static java.io.InputStream MyKeyStore.getKeyStoreInputStream(java.lang.Class<?> clazz)
          Gets an InputStream for reading a resource corresponding to the given class.
static java.io.InputStream MyKeyStore.getKeyStoreInputStream(java.lang.String user)
          Gets an InputStream for reading a keystore resource corresponding to the named user.
static java.security.cert.Certificate MyCertificate.getPackageCertificate(java.lang.Class<?> clazz)
          Gets a Certificate object of the default certificate type.
static java.security.cert.Certificate MyCertificate.getPackageCertificate(java.lang.Class<?> clazz, java.lang.String certificateType)
          Gets a Certificate object of the given certificate type.
static java.io.InputStream MyCertificate.getPackageCertificateInputStream(java.lang.Class<?> clazz)
          Gets an InputStream for reading a resource corresponding to the package of the given class.
static java.security.KeyStore MyKeyStore.getPackageKeyStore(java.lang.Class<?> clazz)
          Gets a KeyStore object of the default keystore type.
static java.security.KeyStore MyKeyStore.getPackageKeyStore(java.lang.Class<?> clazz, char[] storePassword)
          Gets a KeyStore object of the default keystore type.
static java.security.KeyStore MyKeyStore.getPackageKeyStore(java.lang.Class<?> clazz, java.lang.String keyStoreType)
          Gets a KeyStore object of the given keystore type.
static java.security.KeyStore MyKeyStore.getPackageKeyStore(java.lang.Class<?> clazz, java.lang.String keyStoreType, char[] storePassword)
          Gets a KeyStore object of the given keystore type.
static java.io.InputStream MyKeyStore.getPackageKeyStoreInputStream(java.lang.Class<?> clazz)
          Gets an InputStream for reading a resource corresponding to the package of the given class.
 byte[] UserPrivateKeyProvider.sign(java.security.Signature signature, byte[] signMessage)
           
 

Constructors in be.SIRAPRISE.util that throw NotFoundException
UserPrivateKeyProvider(java.lang.String user)