viceroy
Class IllegalResourceInsertionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--viceroy.IllegalResourceInsertionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalResourceInsertionException
extends java.lang.Exception

Represents a wrong insertion of a resource to a peer, for example insertion of a resource to a peer which is not be responsible for.

Author:
Anat Talmy
, Oren Dobzinski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IllegalResourceInsertionException(java.lang.String message)
          Creates a new IllegalResourceInsertionException
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalResourceInsertionException

public IllegalResourceInsertionException(java.lang.String message)
Creates a new IllegalResourceInsertionException

Parameters:
message - the error message