Class LARFileException

All Implemented Interfaces:
Serializable

public class LARFileException extends PortalException
Author:
Raymond Augé
See Also:
  • Field Details

  • Constructor Details

    • LARFileException

      public LARFileException()
    • LARFileException

      public LARFileException(int type)
    • LARFileException

      public LARFileException(int type, String msg)
    • LARFileException

      public LARFileException(int type, String msg, Throwable throwable)
    • LARFileException

      public LARFileException(int type, Throwable throwable)
    • LARFileException

      public LARFileException(String msg)
    • LARFileException

      public LARFileException(String msg, Throwable throwable)
    • LARFileException

      public LARFileException(Throwable throwable)
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)