de.hpi.fgis.dude.exceptions
Class IdentifierIsAlreadyInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.hpi.fgis.dude.exceptions.IdentifierIsAlreadyInUseException
All Implemented Interfaces:
Serializable

public class IdentifierIsAlreadyInUseException
extends RuntimeException

This exception is thrown by runtime if an identifier is used more than one time (e.g. by DuDeObject or DataSource).

Author:
Matthias Pohl
See Also:
Serialized Form

Constructor Summary
IdentifierIsAlreadyInUseException()
          Calls RuntimeException.RuntimeException()
IdentifierIsAlreadyInUseException(String msg)
          Calls RuntimeException.RuntimeException(String)
IdentifierIsAlreadyInUseException(String msg, Throwable cause)
          Calls RuntimeException.RuntimeException(String, Throwable)
IdentifierIsAlreadyInUseException(Throwable cause)
          Calls RuntimeException.RuntimeException(Throwable)
 
Method Summary
 
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

IdentifierIsAlreadyInUseException

public IdentifierIsAlreadyInUseException()
Calls RuntimeException.RuntimeException()


IdentifierIsAlreadyInUseException

public IdentifierIsAlreadyInUseException(String msg)
Calls RuntimeException.RuntimeException(String)

Parameters:
msg - The error message.

IdentifierIsAlreadyInUseException

public IdentifierIsAlreadyInUseException(Throwable cause)
Calls RuntimeException.RuntimeException(Throwable)

Parameters:
cause - The exception that caused this exception.

IdentifierIsAlreadyInUseException

public IdentifierIsAlreadyInUseException(String msg,
                                         Throwable cause)
Calls RuntimeException.RuntimeException(String, Throwable)

Parameters:
msg - The error message.
cause - The exception that caused this exception.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.