com.sentilla.system
Class BinarySlotAllocationError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.sentilla.system.AppLoadingError
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
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.