Class DuplicateSimFieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.sim.exceptions.DuplicateSimFieldException
All Implemented Interfaces:
Serializable

public class DuplicateSimFieldException extends Exception
If Resource could not be found or key is wrong this exception might be thrown. Please take care to add the cause of the exception
Author:
Andreas Enders
See Also:
  • Constructor Details

    • DuplicateSimFieldException

      public DuplicateSimFieldException(String aMessage)
    • DuplicateSimFieldException

      public DuplicateSimFieldException(Throwable aCause)
    • DuplicateSimFieldException

      public DuplicateSimFieldException(String string, Throwable aCause)