eu.emi.dsr.infrastructure
Class EmptyIdentifierFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.emi.dsr.infrastructure.EmptyIdentifierFailureException
All Implemented Interfaces:
Serializable

public class EmptyIdentifierFailureException
extends Exception

Author:
szigeti
See Also:
Serialized Form

Constructor Summary
EmptyIdentifierFailureException()
           
EmptyIdentifierFailureException(String message)
           
EmptyIdentifierFailureException(String message, Throwable cause)
           
EmptyIdentifierFailureException(Throwable cause)
           
 
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

EmptyIdentifierFailureException

public EmptyIdentifierFailureException()

EmptyIdentifierFailureException

public EmptyIdentifierFailureException(String message)
Parameters:
message -

EmptyIdentifierFailureException

public EmptyIdentifierFailureException(Throwable cause)
Parameters:
cause -

EmptyIdentifierFailureException

public EmptyIdentifierFailureException(String message,
                                       Throwable cause)
Parameters:
message -
cause -


Copyright © 2012. All Rights Reserved.