com.sentilla.system
Class BinarySlotAllocationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.sentilla.system.AppLoadingError
              extended by com.sentilla.system.BinarySlotAllocationError
All Implemented Interfaces:
Serializable

public class BinarySlotAllocationError
extends AppLoadingError

Thrown when a binary slot cannot be allocated, eg due to exhausted system resources.

See Also:
Serialized Form

Constructor Summary
BinarySlotAllocationError()
          Create the error with a null string.
BinarySlotAllocationError(String message)
          Create the error with an error string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinarySlotAllocationError

public BinarySlotAllocationError()
Create the error with a null string.


BinarySlotAllocationError

public BinarySlotAllocationError(String message)
Create the error with an error string.

Parameters:
message - string describing the error


Copyright © 2007 Sentilla Corporation. All Rights Reserved.