Class PositionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.suncode.pwfl.administration.structure.exception.PositionNotFoundException
All Implemented Interfaces:
Serializable

public class PositionNotFoundException extends Exception
Wyjątek występujący, gdy próbujemy wykonać jakąś operacje na stanowisku które nie istnieje.
Author:
Paweł Rosolak 21-03-2013
See Also:
  • Constructor Details

    • PositionNotFoundException

      public PositionNotFoundException()
    • PositionNotFoundException

      public PositionNotFoundException(String message, Throwable cause)
    • PositionNotFoundException

      public PositionNotFoundException(String message)
    • PositionNotFoundException

      public PositionNotFoundException(Throwable cause)